]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document scrub summary in ceph status output
authorVenky Shankar <vshankar@redhat.com>
Wed, 24 Jul 2019 11:07:16 +0000 (07:07 -0400)
committerVenky Shankar <vshankar@redhat.com>
Thu, 26 Mar 2020 02:44:12 +0000 (22:44 -0400)
Fixes: http://tracker.ceph.com/issues/36370
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 05d17994a879995b56bda5d770a938d0aabaaed9)

doc/cephfs/scrub.rst

index 569ebd553d8ce53d557adf987912ccc6021168c2..7a28311bad8d3562bcd4e2ff02d126aefa6368df 100644 (file)
@@ -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
 ===================================