]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/8/mount.ceph: fix the formatting 39982/head
authorKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 04:23:35 +0000 (12:23 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 04:28:28 +0000 (12:28 +0800)
* fix the indent of item
* add an empty line before code block

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/man/8/mount.ceph.rst

index 1c67a12f8fc45e13978e84f16131ad4b99156c11..ad726f7cbceaf89467e1bf48833ae0f0389d23e8 100644 (file)
@@ -100,8 +100,8 @@ Basic
     available modes are ``no`` and ``clean``. The default is ``no``.
 
     - ``no``: never attempt to reconnect when client detects that it has been
-       blocklisted. Blocklisted clients will not attempt to reconnect and
-       their operations will fail too.
+      blocklisted. Blocklisted clients will not attempt to reconnect and
+      their operations will fail too.
 
     - ``clean``: client reconnects to the Ceph cluster automatically when it
       detects that it has been blocklisted. During reconnect, client drops
@@ -204,6 +204,7 @@ Mount only part of the namespace/file system::
     mount.ceph :/some/directory/in/cephfs /mnt/mycephfs
 
 Mount non-default FS, in case cluster has multiple FSs::
+
     mount -t ceph :/ /mnt/mycephfs2 -o fs=mycephfs2
     
     or