summaryrefslogtreecommitdiffstats
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorAishwarya Mathuria <amathuri@redhat.com>2022-01-14 15:10:33 +0100
committerAishwarya Mathuria <amathuri@redhat.com>2022-01-14 15:10:33 +0100
commit0484c76b736c13c5d9f225cfec73f6d2022b87ed (patch)
tree6a337958f3181d975230fd5cbbf9138ae030785c /PendingReleaseNotes
parentsrc/osd: reset objects_scrubbed count at the beginning of a new scrub (diff)
downloadceph-0484c76b736c13c5d9f225cfec73f6d2022b87ed.tar.xz
ceph-0484c76b736c13c5d9f225cfec73f6d2022b87ed.zip
doc: document new OBJECTS_SCRUBBED column in pg dump
Signed-off-by: Aishwarya Mathuria <amathuri@redhat.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes5
1 files changed, 3 insertions, 2 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 4f96dac6edb..7c03351a093 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -87,10 +87,11 @@
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.