From 957c6b0b0e74021b2c187627809159b409494bda Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 9 Apr 2026 15:40:12 +1000 Subject: [PATCH] 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 --- doc/cephfs/scrub.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3