Skip to content

Commit

Permalink
mon: drop obsolete cache-tier options from contextual help
Browse files Browse the repository at this point in the history
Fixes: https://tracker.ceph.com/issues/45514
Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed May 13, 2020
1 parent 4fa6f64 commit a0a3ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon/MonCommands.h
Expand Up @@ -1099,7 +1099,7 @@ COMMAND_WITH_FLAG("osd tier remove "
FLAG(DEPRECATED))
COMMAND("osd tier cache-mode "
"name=pool,type=CephPoolname "
"name=mode,type=CephChoices,strings=none|writeback|forward|readonly|readforward|proxy|readproxy "
"name=mode,type=CephChoices,strings=writeback|readproxy|readonly|none "
"name=yes_i_really_mean_it,type=CephBool,req=false",
"specify the caching mode for cache tier <pool>", "osd", "rw")
COMMAND("osd tier set-overlay "
Expand Down

0 comments on commit a0a3ed3

Please sign in to comment.