From 05d17994a879995b56bda5d770a938d0aabaaed9 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Wed, 24 Jul 2019 07:07:16 -0400 Subject: [PATCH] doc: document scrub summary in ceph status output Fixes: https://tracker.ceph.com/issues/36370 Signed-off-by: Venky Shankar --- doc/cephfs/scrub.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index 569ebd553d8..7a28311bad8 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 =================================== -- 2.39.5