Merge pull request #24841 from b-ranto/wip-deep-scrub

mgr/restful: Fix deep-scrub typo

Reviewed-by: John Spray <john.spray@redhat.com>
This commit is contained in:
Boris Ranto 2018-11-07 14:48:54 +01:00 committed by GitHub
commit 0f9816f131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'