From: Ilya Dryomov Date: Mon, 18 Jan 2021 13:29:27 +0000 (+0100) Subject: doc: deprecate [no]cephx_require_signatures map options X-Git-Tag: v14.2.17~55^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ec3c6f0e67295cca5bfa57b4d222c71ee9acf065;p=ceph.git doc: deprecate [no]cephx_require_signatures map options Signed-off-by: Ilya Dryomov (cherry picked from commit fd5f5722a29964bb33b305a381bcf9a48cdcbb47) --- diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 00ebeeb435d8f..14a6ad6442664 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -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).