]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: Remove stale EOL release names from deprecation notices 69364/head
authorEmmanuel Ameh <eameh@contractor.linuxfoundation.org>
Tue, 9 Jun 2026 12:40:03 +0000 (13:40 +0100)
committerEmmanuel Ameh <eameh@contractor.linuxfoundation.org>
Tue, 9 Jun 2026 12:40:03 +0000 (13:40 +0100)
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 <eameh@contractor.linuxfoundation.org>
doc/man/8/ceph.rst
doc/man/8/rbd.rst

index fc03abcbe99e80fd50b35f74c189c1ea2dc7986a..2865a80b61035a4102adc5c26d6099455d281cd9 100644 (file)
@@ -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::
 
index 880d65eac001b998549a89cb0931991e4551abb4..d2f328d0c55b4421f7484a1a0f61128721b20723 100644 (file)
@@ -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).