]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document ms_mode option in the mount.ceph manpage 38849/head
authorJeff Layton <jlayton@redhat.com>
Mon, 11 Jan 2021 18:38:13 +0000 (13:38 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 11 Jan 2021 20:42:14 +0000 (15:42 -0500)
Fixes: https://tracker.ceph.com/issues/48838
Signed-off-by: Jeff Layton <jlayton@redhat.com>
doc/man/8/mount.ceph.rst

index f5d070867b9addc3020d177769b0a02e9c51732f..a915b32976a57db4b82d0a3ebf1d00dc6033568f 100644 (file)
@@ -71,6 +71,20 @@ Basic
 :command:`mount_timeout`
     int (seconds), Default: 60
 
+:command:`ms_mode=<legacy|crc|secure|prefer-crc|prefer-secure>`
+    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