From: Emmanuel Ameh Date: Tue, 9 Jun 2026 12:40:03 +0000 (+0100) Subject: doc/man: Remove stale EOL release names from deprecation notices X-Git-Tag: v21.0.1~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F69364%2Fhead;p=ceph.git doc/man: Remove stale EOL release names from deprecation notices ceph.rst: "osd create" deprecation notice cited "the Luminous release" (2017, EOL 2020). Update to a plain deprecation statement directing users to the replacement command (osd new). rbd.rst: cephx_require_signatures option deprecation cited "the Bobtail release" (2013, EOL 2015) as context for why the option is deprecated. Remove the EOL release name; retain the deprecation warning. Fix the companion nocephx_require_signatures notice for consistency ("in a future release" instead of "in the future"). Fixes: https://tracker.ceph.com/issues/77191 Signed-off-by: Emmanuel Ameh --- diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index fc03abcbe99..2865a80b610 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -756,10 +756,7 @@ Usage:: Subcommand ``create`` creates new OSD (with optional UUID and ID). -This command is DEPRECATED as of the Luminous release, and will be removed in -a future release. - -Subcommand ``new`` should instead be used. +This command is deprecated. Use ``ceph osd new`` instead. Usage:: diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 880d65eac00..d2f328d0c55 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -783,11 +783,10 @@ Per client instance `rbd device map` options: For msgr2.1 protocol this option is ignored. * 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. + default). This option is deprecated and will be removed in a future release. * nocephx_require_signatures - Don't require msgr1 message signing feature - (since 3.19). This option is deprecated and will be removed in the future. + (since 3.19). This option is deprecated and will be removed in a future release. * tcp_nodelay - Disable Nagle's algorithm on client sockets (since 4.0, default).