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

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