]> 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>
Mon, 25 Jan 2021 20:17:44 +0000 (21:17 +0100)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/man/8/rbd.rst

index 92307e24ac0d9c9292822296717175126f91148b..6cd61549df73577aec6444d119e37a5fd98fe9f3 100644 (file)
@@ -752,11 +752,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).