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:
Boris Ranto 2018-10-30 21:42:41 +01:00
parent 9ab9dcfc0d
commit 0ddc6ab2ca

View File

@ -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'