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