]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Revert "mon/MonClient: disable ms_bind_msgr2 if NAUTILUS feature not set"
authorSage Weil <sage@redhat.com>
Wed, 6 Mar 2019 17:54:43 +0000 (11:54 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Mar 2019 22:35:35 +0000 (16:35 -0600)
commitb21dc7f2b53e2fd00a2ee535e979e50912e5dfa1
treef7d272ca7e0545630c22504407a4b803ba59dbed
parent301c2e79e37d75e894aea4028b7764bf828310e1
Revert "mon/MonClient: disable ms_bind_msgr2 if NAUTILUS feature not set"

This reverts commit f3ddb1c9b88067b1a4b54d23d825ca4d62e10586.

That behavior complicated the process of moving to v1 -> v2+v1 (extra
daemon restart, for example).  Also, it wasn't sufficient: there are lots
of other reasons besides the mon version that could lead to a mismatch
between what we bind to locally and what is published in the cluster
maps.  Better to embrace that reality and address those other issues.

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