mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
mon/MonCommands: mark 'pg force_create_pg' deprecated
It's deprecated. Also, this avoids a dup when we have an upgrading mon cluster and it's also in PGMonitorCommands. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
2d9045a9a5
commit
7c37c86bb2
@ -123,8 +123,9 @@
|
||||
*/
|
||||
|
||||
// note: this should be replaced shortly!
|
||||
COMMAND("pg force_create_pg name=pgid,type=CephPgid", \
|
||||
"force creation of pg <pgid>", "pg", "rw", "cli,rest")
|
||||
COMMAND_WITH_FLAG("pg force_create_pg name=pgid,type=CephPgid", \
|
||||
"force creation of pg <pgid>", "pg", "rw", "cli,rest",
|
||||
FLAG(DEPRECATED))
|
||||
COMMAND_WITH_FLAG("pg set_full_ratio name=ratio,type=CephFloat,range=0.0|1.0", \
|
||||
"set ratio at which pgs are considered full", \
|
||||
"pg", "rw", "cli,rest", FLAG(DEPRECATED))
|
||||
|
Loading…
Reference in New Issue
Block a user