]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: only send MMonMetadata to peer mons that support it 4993/head
authorSage Weil <sage@redhat.com>
Wed, 17 Jun 2015 18:31:32 +0000 (11:31 -0700)
committerSage Weil <sage@redhat.com>
Wed, 17 Jun 2015 18:35:18 +0000 (11:35 -0700)
commit40307748b9b8f84c98354a7141da645a3c556ba9
treebee68cbdaf20cd7f28d44ef41dfce0889634a156
parent327e0ac2bd4be51d751ea0714857c165c9c88258
mon: only send MMonMetadata to peer mons that support it

Avoid sending this to mons that don't support the feature or else they
will reset the connection and we'll go into a busy reconnect loop.

Fixes: #12064
Signed-off-by: Sage Weil <sage@redhat.com>
src/include/ceph_features.h
src/mon/Monitor.cc