From: Zac Dover Date: Thu, 9 Apr 2026 05:40:12 +0000 (+1000) Subject: doc/cephfs: Remove spaces from command X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68271%2Fhead;p=ceph.git doc/cephfs: Remove spaces from command Remove spaces from a command. The spaces prevented the command from functioning as intended. Signed-off-by: Zac Dover --- diff --git a/doc/cephfs/scrub.rst b/doc/cephfs/scrub.rst index cee88a6228ce..564b1719ad89 100644 --- a/doc/cephfs/scrub.rst +++ b/doc/cephfs/scrub.rst @@ -146,7 +146,7 @@ The types of damage that can be reported and repaired by File System Scrub are: These above named MDS damage types can be repaired by running a command of the following form:: - ceph tell mds.:0 scrub start /path recursive, repair, force + ceph tell mds.:0 scrub start /path recursive,repair,force If scrub is able to repair the damage, the corresponding entry is automatically removed from the damage table.