From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:58:48 +0000 (+0700) Subject: doc/man: add missing osd set/unset flags in 8/ceph.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=22ed25b1d5ff2ec877170e8bce57adc9c457d69a;p=ceph.git doc/man: add missing osd set/unset flags in 8/ceph.rst Add three flags for osd set and two for osd unset that are present in MonCommands.h but were missing in the ceph man page. Skip adding the full flag in the command syntax that is already noted in text as deprecated. Break the long list of flags to multiple lines similarly to osd pool set subcommand. Signed-off-by: Ville Ojamo --- diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 2865a80b6103..ebd990c5fdcd 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1405,7 +1405,9 @@ The ``full`` flag is not honored anymore since the Mimic release, and Usage:: - ceph osd set pause|noup|nodown|noout|noin|nobackfill|norebalance|norecover|noscrub|nodeep-scrub|notieragent + ceph osd set pause|noup|nodown|noout|noin|nobackfill|norebalance| + norecover|noscrub|nodeep-scrub|notieragent|nosnaptrim| + pglog_hardlimit|noautoscale Subcommand ``setcrushmap`` sets CRUSH map from input file. @@ -1496,7 +1498,9 @@ Subcommand ``unset`` unsets cluster-wide by updating OSD map. Usage:: - ceph osd unset pause|noup|nodown|noout|noin|nobackfill|norebalance|norecover|noscrub|nodeep-scrub|notieragent + ceph osd unset pause|noup|nodown|noout|noin|nobackfill|norebalance| + norecover|noscrub|nodeep-scrub|notieragent|nosnaptrim| + noautoscale pg