From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 10 Apr 2025 09:22:26 +0000 (+0700) Subject: doc/cephfs: Fix double prompts in commands in multimds.rst X-Git-Tag: v20.3.0~128^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e4b540895cb141353de79d2c66c8d2a8e8faa332;p=ceph.git 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> --- diff --git a/doc/cephfs/multimds.rst b/doc/cephfs/multimds.rst index 3d7a4bc8a061..bc5c9790fdb0 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