From dcad22939597e52c8b66f9c639d97cc1b35c23ad Mon Sep 17 00:00:00 2001 From: Emmanuel Ameh Date: Tue, 9 Jun 2026 13:40:03 +0100 Subject: [PATCH] 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 --- doc/man/8/ceph.rst | 5 +---- doc/man/8/rbd.rst | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index fc03abcbe99e..2865a80b6103 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 880d65eac001..d2f328d0c55b 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). -- 2.47.3