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>
(cherry picked from commit
0ddc6ab2ca43d53cf3e7c3469a72436be5382501)
# 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'