From: Kefu Chai Date: Wed, 10 Mar 2021 04:23:35 +0000 (+0800) Subject: doc/man/8/mount.ceph: fix the formatting X-Git-Tag: v17.1.0~2679^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e4eb6d80164d9b94ecda86e8213f1d55d8e3637;p=ceph.git doc/man/8/mount.ceph: fix the formatting * fix the indent of item * add an empty line before code block Signed-off-by: Kefu Chai --- diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 1c67a12f8fc4..ad726f7cbcea 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -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