]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/MonClient.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / mon / MonClient.cc
index 3acb11c4a864e3fa598ca94f04fcffe343c38fdb..39fbf44883c4777325c37e8f98ffde856e9f3f6e 100644 (file)
@@ -1060,6 +1060,7 @@ void MonClient::handle_subscribe_ack(MMonSubscribeAck *m)
 
 int MonClient::_check_auth_tickets()
 {
+  ldout(cct, 10) << __func__ << dendl;
   ceph_assert(ceph_mutex_is_locked(monc_lock));
   if (active_con && auth) {
     if (auth->need_tickets()) {
@@ -1865,6 +1866,7 @@ int MonConnection::_negotiate(MAuthReply *m,
                              uint32_t want_keys,
                              RotatingKeyRing* keyring)
 {
+  ldout(cct, 10) << __func__ << dendl;
   int r = _init_auth(m->protocol, entity_name, want_keys, keyring, false);
   if (r == -ENOTSUP) {
     if (m->result == -ENOTSUP) {