]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: deprecate [no]cephx_require_signatures map options
authorIlya Dryomov <idryomov@gmail.com>
Mon, 18 Jan 2021 13:29:27 +0000 (14:29 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 31 Jan 2021 14:48:45 +0000 (15:48 +0100)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit fd5f5722a29964bb33b305a381bcf9a48cdcbb47)

doc/man/8/rbd.rst

index 00ebeeb435d8f5912b72ab0ea795b61072e46056..14a6ad6442664f99210e5683d2b09f7ee5284db3 100644 (file)
@@ -712,11 +712,12 @@ Per client instance `rbd device map` options:
   that only payload checksumming is disabled, header checksumming is always on.
   For msgr2.1 protocol this option is ignored.
 
-* cephx_require_signatures - Require cephx message signing (since 3.19,
-  default).
+* cephx_require_signatures - Require msgr1 message signing feature (since 3.19,
+  default).  This option is deprecated and will be removed in the future as the
+  feature has been supported since the Bobtail release.
 
-* nocephx_require_signatures - Don't require cephx message signing (since
-  3.19).
+* nocephx_require_signatures - Don't require msgr1 message signing feature
+  (since 3.19).  This option is deprecated and will be removed in the future.
 
 * tcp_nodelay - Disable Nagle's algorithm on client sockets (since 4.0,
   default).