]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: Fix double prompts in commands in multimds.rst 62762/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Thu, 10 Apr 2025 09:22:26 +0000 (16:22 +0700)
committerGitHub <noreply@github.com>
Thu, 10 Apr 2025 09:22:26 +0000 (16:22 +0700)
Some example commands had double prompts: one `#`
from the `.. prompt` and after that another hardcoded
`$` character.

Remove the extra user prompt and leave only the root
prompt from the `.. prompt` block.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/cephfs/multimds.rst

index 3d7a4bc8a06133c432c398606daa1093acf2478b..bc5c9790fdb0aeee1a4803f5c6eb4c4a94192af8 100644 (file)
@@ -231,16 +231,16 @@ or set the value to 0.
 
 .. prompt:: bash #
 
-   setfattr -n ceph.dir.pin.distributed -v 0 home
+   setfattr -n ceph.dir.pin.distributed -v 0 home
    # or
-   setfattr -x ceph.dir.pin.distributed home
+   setfattr -x ceph.dir.pin.distributed home
 
 For export pins, remove the extended attribute or set the extended attribute
 value to `-1`.
 
 .. prompt:: bash #
 
-   setfattr -n ceph.dir.pin -v -1 home
+   setfattr -n ceph.dir.pin -v -1 home
 
 
 Dynamic Subtree Partitioning