]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
man/8/ceph.rst: remove invalid option for reweight-by-*
authorKefu Chai <kchai@redhat.com>
Thu, 10 Mar 2016 13:41:15 +0000 (21:41 +0800)
committerSage Weil <sage@redhat.com>
Thu, 10 Mar 2016 21:42:52 +0000 (16:42 -0500)
--yes-i-really-mean-it is not valid option for reweight-by-*

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 797f1d41d98738411079a7a16d8b1d5352359d33)

doc/man/8/ceph.rst

index ce37732bf56e2398c1b00c1e85ca777c23364841..66c046fb0407210735586b48973e02ffe1eaf59f 100644 (file)
@@ -946,7 +946,7 @@ Subcommand ``reweight-by-pg`` reweight OSDs by PG distribution
 Usage::
 
        ceph osd reweight-by-pg {<int[100-]>} {<poolname> [<poolname...]}
-       {--no-increasing} {--yes-i-really-mean-it}
+       {--no-increasing}
 
 Subcommand ``reweight-by-utilization`` reweight OSDs by utilization
 [overload-percentage-for-consideration, default 120].
@@ -954,7 +954,7 @@ Subcommand ``reweight-by-utilization`` reweight OSDs by utilization
 Usage::
 
        ceph osd reweight-by-utilization {<int[100-]>}
-       {--no-increasing} {--yes-i-really-mean-it}
+       {--no-increasing}
 
 Subcommand ``rm`` removes osd(s) <id> [<id>...] in the cluster.