From e83bcac96cda00baf2ddbc5d9b8eacba9df1374c Mon Sep 17 00:00:00 2001 From: Shraddha Agrawal Date: Thu, 18 Sep 2025 09:15:39 +0100 Subject: [PATCH] doc: add format option in docs Fixes: https://tracker.ceph.com/issues/71546 Signed-off-by: Shraddha Agrawal (cherry picked from commit 14412e76a2f47aad94eed1eb51af964172281fe6) --- doc/rados/operations/monitoring.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 2e3294a955f..e4552088ff7 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -761,6 +761,9 @@ Example output: cephfs.a.meta 77s 0s 0 0s 0s 1 1 cephfs.a.data 76s 0s 0 0s 0s 1 1 +The time values above are rounded for readability. To see the exact second +values, use the option ``--format`` with ``json`` or ``json-pretty`` value. + A pool is considered ``unavailable`` when at least one PG in the pool becomes inactive or there is at least one unfound object in the pool. Otherwise the pool is considered ``available``. Depending on the -- 2.39.5