From: Jeff Layton Date: Mon, 11 Jan 2021 18:38:13 +0000 (-0500) Subject: doc: document ms_mode option in the mount.ceph manpage X-Git-Tag: v16.1.0~65^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F38849%2Fhead;p=ceph.git doc: document ms_mode option in the mount.ceph manpage Fixes: https://tracker.ceph.com/issues/48838 Signed-off-by: Jeff Layton --- diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index f5d070867b9..a915b32976a 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -71,6 +71,20 @@ Basic :command:`mount_timeout` int (seconds), Default: 60 +:command:`ms_mode=` + Set the connection mode that the client uses for transport. The available + modes are: + + - ``legacy``: use messenger v1 protocol to talk to the cluster + + - ``crc``: use messenger v2, without on-the-wire encryption + + - ``secure``: use messenger v2, with on-the-wire encryption + + - ``prefer-crc``: crc mode, if denied agree to secure mode + + - ``prefer-secure``: secure mode, if denied agree to crc mode + :command:`name` RADOS user to authenticate as when using CephX. Default: guest