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>
.. 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