]> 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 16:13:42 +0000 (11:13 -0500)
--yes-i-really-mean-it is not valid option for reweight-by-*

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/man/8/ceph.rst

index 81c5447e70fd17e4176bf2b8744a7c5c7f2d802a..679963548b6ee5403ea857fcabaecd1e909e1307 100644 (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.