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

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