mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
commit
0f9816f131
@ -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