]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: use 'ceph mon scrub' instead of 'ceph scrub'
authorJoao Eduardo Luis <joao@suse.de>
Fri, 8 May 2015 23:11:20 +0000 (00:11 +0100)
committerJoao Eduardo Luis <joao@suse.de>
Thu, 16 Jul 2015 11:20:02 +0000 (12:20 +0100)
commit574e596f1fd7a0d4f96532ceb13e5f4cd16bab37
tree3266ed797e153a17accf63b115e81e08eda3b9d5
parent16dcc40cfa82a843a7c615ade3eec07a15cf3b31
mon: Monitor: use 'ceph mon scrub' instead of 'ceph scrub'

Makes it easier to identify the command as being related with the
monitor instead of cluster-wide.

This entails adding an exception to module 'mon' in order to have this
command handled by the Monitor class instead of MonmapMonitor (which is
the one traditionally handling 'mon' module commands).

Fixes: #11545
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/mon/MonCommands.h
src/mon/Monitor.cc