From 7e4eb6d80164d9b94ecda86e8213f1d55d8e3637 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 10 Mar 2021 12:23:35 +0800 Subject: [PATCH] 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 --- doc/man/8/mount.ceph.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 1c67a12f8fc45..ad726f7cbceaf 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 -- 2.39.5