]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: s/_mon_status()/get_mon_status()/ 1526/head
authorJoao Eduardo Luis <joao.luis@inktank.com>
Mon, 24 Mar 2014 10:48:37 +0000 (10:48 +0000)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Mon, 24 Mar 2014 14:43:21 +0000 (14:43 +0000)
commit3f014dade0e662b5a3688d5ae55c597fe749348f
treeaa925b0e14cfce88a1fcafe85e1e60e5dc228bf6
parented780adb1684c6eb5d62b9fabbdfb2bb27a6c68a
mon: Monitor: s/_mon_status()/get_mon_status()/

'Monitor::_mon_status()' provides status specific to the monitor being
poked.  This is information that does not necessarily relate with
cluster status, and can even be obtained when there's no quorum (via the
admin socket).

We change the function name to make the distinction between mon-specific
status and cluster-status, which is obtained via a different function.

Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/Monitor.cc
src/mon/Monitor.h