man/8/ceph.rst: remove invalid option for reweight-by-*

--yes-i-really-mean-it is not valid option for reweight-by-*

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2016-03-10 21:41:15 +08:00 committed by Sage Weil
parent 76b1450730
commit 797f1d41d9

View File

@ -982,7 +982,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].
@ -990,7 +990,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.