]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: add missing osd set/unset flags in 8/ceph.rst 70098/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 10 Jul 2026 04:58:48 +0000 (11:58 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Fri, 10 Jul 2026 10:01:02 +0000 (17:01 +0700)
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 <git2233+ceph@ojamo.eu>
doc/man/8/ceph.rst

index 2865a80b61035a4102adc5c26d6099455d281cd9..ebd990c5fdcd94722bf7a9879e17a7e1de4c3aa5 100644 (file)
@@ -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 <flag> 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