]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async/ProtocolV1: require CEPHX_V2 if cephx_service_require_version >= 2 30524/head
authorSage Weil <sage@redhat.com>
Mon, 23 Sep 2019 18:48:06 +0000 (13:48 -0500)
committerSage Weil <sage@redhat.com>
Mon, 23 Sep 2019 18:48:06 +0000 (13:48 -0500)
commit89ffece49097d5eaa8fd798e4e2b6c74996f1787
treecda47f8a47825bdb3e8d743f922634aa503e64ba
parent19fa1a63dd01ecf0d3af3790a31ba441b6a9d448
msg/async/ProtocolV1: require CEPHX_V2 if cephx_service_require_version >= 2

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>
src/msg/async/ProtocolV1.cc