From e4b540895cb141353de79d2c66c8d2a8e8faa332 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:22:26 +0700 Subject: [PATCH] doc/cephfs: Fix double prompts in commands in multimds.rst 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/multimds.rst b/doc/cephfs/multimds.rst index 3d7a4bc8a0613..bc5c9790fdb0a 100644 --- a/doc/cephfs/multimds.rst +++ b/doc/cephfs/multimds.rst @@ -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 -- 2.39.5