]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/op: ceph/df show DIRTY field N/A 40337/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Wed, 23 Jun 2021 03:57:25 +0000 (09:27 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 27 Jul 2021 01:36:29 +0000 (07:06 +0530)
DIRTY field should only be available if cache tiering is in use.

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
doc/rados/operations/monitoring.rst

index d38dc088de0549b50cf8388de04f523bf0f692e1..d154ca2b9f5a75b712000503075d29b9948a2ed5 100644 (file)
@@ -410,10 +410,9 @@ on the number of replicas, clones and snapshots.
   to this pool.
 - **QUOTA OBJECTS:** The number of quota objects.
 - **QUOTA BYTES:** The number of bytes in the quota objects.
-- **DIRTY:** "DIRTY" is meaningful only when cache tiering is in use. If cache
-  tiering is in use, the "DIRTY" column lists the number of objects in the
-  cache pool that have been written to the cache pool but have not flushed yet
-  to the base pool.
+- **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).