]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document new OBJECTS_SCRUBBED column in pg dump 42735/head
authorAishwarya Mathuria <amathuri@redhat.com>
Fri, 14 Jan 2022 14:10:33 +0000 (19:40 +0530)
committerAishwarya Mathuria <amathuri@redhat.com>
Fri, 14 Jan 2022 14:10:33 +0000 (19:40 +0530)
Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
PendingReleaseNotes

index 4f96dac6edbce175482ea0944e7e83c921131f24..7c03351a0937d02b294c49fc8f356aed1c3b9ee0 100644 (file)
 
   https://docs.ceph.com/en/latest/rados/operations/placement-groups/
 
-* The ``ceph pg dump`` command now prints two additional columns:
+* The ``ceph pg dump`` command now prints three additional columns:
   `LAST_SCRUB_DURATION` shows the duration (in seconds) of the last completed scrub;
   `SCRUB_SCHEDULING` conveys whether a PG is scheduled to be scrubbed at a specified
-  time, queued for scrubbing, or being scrubbed.
+  time, queued for scrubbing, or being scrubbed;
+  `OBJECTS_SCRUBBED` shows the number of objects scrubbed in a PG after scrub begins.
 
 * A health warning will now be reported if the ``require-osd-release`` flag is not
   set to the appropriate release after a cluster upgrade.