From: Venky Shankar Date: Wed, 24 Jul 2019 11:07:16 +0000 (-0400) Subject: doc: document scrub summary in ceph status output X-Git-Tag: v14.2.10~168^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=10d89c39b2178a1e28ce5c940f389844775b0130;p=ceph.git doc: document scrub summary in ceph status output Fixes: http://tracker.ceph.com/issues/36370 Signed-off-by: Venky Shankar (cherry picked from commit 05d17994a879995b56bda5d770a938d0aabaaed9) --- diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 569ebd553d8c..7a28311bad8d 100644 --- a/doc/cephfs/scrub.rst +++ b/doc/cephfs/scrub.rst @@ -70,8 +70,20 @@ initiate the scrub. } `status` shows the number of inodes that are scheduled to be scrubbed at any point in time, -hence, can change on subsequent `scrub status` invocations. +hence, can change on subsequent `scrub status` invocations. Also, a high level summary of +scrub operation (which includes the operation state and paths on which scrub is triggered) +gets displayed in `ceph status`. +:: + + ceph status + [...] + + task status: + scrub status: + mds.0: active [paths:/] + + [...] Control (ongoing) Filesystem Scrubs ===================================