]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/MonClient: fix keepalive with v2 auth 26059/head
authorSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 18:28:20 +0000 (12:28 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 18:28:20 +0000 (12:28 -0600)
commit372b7aed8a4a1a39fd295835b023f93f8b2756b2
treedc992c9c34e1cf716b0a83650576854cad1dc02c
parent43b8a77ca44d511ecd43cafb09cdbdb1975c9b62
mon/MonClient: fix keepalive with v2 auth

The old trick of queuing a keepalive sequenced before auth does not work
when auth happens earlier in the process.  Work around it.

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