]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: add peers probing us to extra peer list
authorSage Weil <sage@inktank.com>
Fri, 18 May 2012 00:50:49 +0000 (17:50 -0700)
committerSage Weil <sage@inktank.com>
Fri, 18 May 2012 23:23:58 +0000 (16:23 -0700)
commitfc447bd42ad3618db1ce380abfc9fb1886ae8702
tree7ff0ffacf148fec811407e55d18c0f736a520fa1
parentb5bec554b292b2a39ddfae014206ec2b619aa57a
mon: add peers probing us to extra peer list

If we are probed by another monitor, add them to our extra probe list. This
lets us rely on the active probe/reply to gather information and not infer
anything from here.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/Monitor.cc