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>
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::
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).