mirror of
https://github.com/ceph/ceph
synced 2025-03-20 09:16:59 +00:00
mon: fix 'osd crush rule rm ...' dup arg
This was broken way back in 0d66c9ebbf
, but
we were ignoring the dup until recently.
t
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
0c1fd629fa
commit
2e280874f6
@ -418,8 +418,7 @@ COMMAND("osd crush rule create-simple " \
|
||||
"create crush rule <name> in <root> of type <type>", \
|
||||
"osd", "rw", "cli,rest")
|
||||
COMMAND("osd crush rule rm " \
|
||||
"name=name,type=CephString,goodchars=[A-Za-z0-9-_.] " \
|
||||
"name=name,type=CephString", \
|
||||
"name=name,type=CephString,goodchars=[A-Za-z0-9-_.] ", \
|
||||
"remove crush rule <name>", "osd", "rw", "cli,rest")
|
||||
COMMAND("osd setmaxosd " \
|
||||
"name=newmax,type=CephInt,range=0", \
|
||||
|
Loading…
Reference in New Issue
Block a user