If we require this feature, a client missing it will get back the
FEATURES tag error at the msgr level, and needs_challenge below
will be true.
Fixes: https://tracker.ceph.com/issues/40716 (for nautilus msgr v1)
Signed-off-by: Sage Weil <sage@redhat.com>
connection->policy.features_required |= CEPH_FEATURE_MSG_AUTH;
}
}
+ if (cct->_conf->cephx_service_require_version >= 2) {
+ connection->policy.features_required |= CEPH_FEATURE_CEPHX_V2;
+ }
}
uint64_t feat_missing =