mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
mgr/restful: Fix deep-scrub typo
There is a typo in implemented commands for OSD. It reads deep_scrub instead of deep-scrub which is the true valid command. Fixes: http://tracker.ceph.com/issues/36720 Signed-off-by: Boris Ranto <branto@redhat.com>
This commit is contained in:
parent
9ab9dcfc0d
commit
0ddc6ab2ca
@ -6,7 +6,7 @@ OSD_FLAGS = [
|
||||
|
||||
# Implemented osd commands
|
||||
OSD_IMPLEMENTED_COMMANDS = [
|
||||
'scrub', 'deep_scrub', 'repair'
|
||||
'scrub', 'deep-scrub', 'repair'
|
||||
]
|
||||
|
||||
# Valid values for the 'var' argument to 'ceph osd pool set'
|
||||
|
Loading…
Reference in New Issue
Block a user