From dac04fc19f105dd73fe34a012686d94d15196a6c Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Mon, 11 Jan 2021 13:38:13 -0500 Subject: [PATCH] doc: document ms_mode option in the mount.ceph manpage Fixes: https://tracker.ceph.com/issues/48838 Signed-off-by: Jeff Layton --- doc/man/8/mount.ceph.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index f5d070867b9ad..a915b32976a57 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 -- 2.39.5