From 615f98f9fac1278a57d645ec2f5c39b26e77302d Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Wed, 23 Jun 2021 09:27:25 +0530 Subject: [PATCH] doc/rados/op: ceph/df show DIRTY field N/A DIRTY field should only be available if cache tiering is in use. trivial fix: added missing documentation for fields in ceph df detail Signed-off-by: Deepika Upadhyay (cherry picked from commit ba52429897c34a132f2868aad3dc0c79de3db45d) --- doc/rados/operations/monitoring.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index ce2040a838480..c0252541f5a95 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -372,6 +372,16 @@ on the number of replicas, clones and snapshots. - **MAX AVAIL:** An estimate of the notional amount of data that can be written to this pool. - **OBJECTS:** The notional number of objects stored per pool. +- **QUOTA OBJECTS:** The number of quota objects. +- **QUOTA BYTES:** The number of bytes in the quota objects. +- **DIRTY:** The number of objects in the cache pool that have been written to + the cache pool but have not been flushed yet to the base pool. This field is + only available when cache tiering is in use. +- **USED COMPR:** amount of space allocated for compressed data (i.e. this + includes comrpessed data plus all the allocation, replication and erasure + coding overhead). +- **UNDER COMPR:** amount of data passed through compression (summed over all + replicas) and beneficial enough to be stored in a compressed form. .. note:: The numbers in the **POOLS** section are notional. They are not inclusive of the number of replicas, snapshots or clones. As a result, -- 2.39.5