]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: don't consider a starting mgr to be an error
authorJohn Spray <john.spray@redhat.com>
Thu, 22 Jun 2017 15:18:32 +0000 (11:18 -0400)
committerSage Weil <sage@redhat.com>
Wed, 12 Jul 2017 16:52:02 +0000 (12:52 -0400)
commit0c8a1d3940096f667faf716ae9245921e1011842
tree4baab75016a317142cd6b2cb996b9163748dc119
parenta2f02ac0732d7e1e8e825e6e4d738aee1dad349d
mon: don't consider a starting mgr to be an error

The .available flag is there to tell MgrClients whether
to try and connect -- it isn't the right condition
for a health complaint.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MgrMonitor.cc