Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libceph: turn on CEPH_FEATURE_MSG_ADDR2

Now that the client can handle either address formatting, advertise to
the peer that we can support it.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>

authored by

Jeff Layton and committed by
Ilya Dryomov
6adaaafd ec62b894

+1
+1
include/linux/ceph/ceph_features.h
··· 211 211 CEPH_FEATURE_MON_STATEFUL_SUB | \ 212 212 CEPH_FEATURE_CRUSH_TUNABLES5 | \ 213 213 CEPH_FEATURE_NEW_OSDOPREPLY_ENCODING | \ 214 + CEPH_FEATURE_MSG_ADDR2 | \ 214 215 CEPH_FEATURE_CEPHX_V2) 215 216 216 217 #define CEPH_FEATURES_REQUIRED_DEFAULT 0