From 274ac755a1eaac548272c367a12e12bee30efc55 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 25 Apr 2022 11:48:14 +0200 Subject: [PATCH] api types: datastore status: reword doc comment of estimated_full_date Signed-off-by: Thomas Lamprecht --- pbs-api-types/src/datastore.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pbs-api-types/src/datastore.rs b/pbs-api-types/src/datastore.rs index 2bff64b5..bab4d19a 100644 --- a/pbs-api-types/src/datastore.rs +++ b/pbs-api-types/src/datastore.rs @@ -959,10 +959,9 @@ pub struct DataStoreStatusListItem { #[serde(skip_serializing_if = "Option::is_none")] pub history_delta: Option, /// Estimation of the UNIX epoch when the storage will be full. - /// This is calculated via a simple Linear Regression (Least - /// Squares) of RRD data of the last Month. Missing if there are - /// not enough data points yet. If the estimate lies in the past, - /// the usage is decreasing or not changing. + /// It's calculated via a simple Linear Regression (Least Squares) over the RRD data of the + /// last Month. Missing if not enough data points are available yet. An estimate in the past + /// means that usage is declining or not changing. #[serde(skip_serializing_if = "Option::is_none")] pub estimated_full_date: Option, /// An error description, for example, when the datastore could not be looked up