]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/msg/simple/Pipe.cc
update sources to v12.1.1
[ceph.git] / ceph / src / msg / simple / Pipe.cc
index fc415df8a093978609f8b885426636703f8d4de3..355c2528f93801a4eea6957c443145293cab807b 100644 (file)
@@ -1089,9 +1089,9 @@ int Pipe::connect()
       ldout(msgr->cct,0) << "connect claims to be " 
              << paddr << " not " << peer_addr << " - presumably this is the same node!" << dendl;
     } else {
-      ldout(msgr->cct,0) << "connect claims to be " 
-             << paddr << " not " << peer_addr << " - wrong node!" << dendl;
-      goto fail;
+      ldout(msgr->cct,10) << "connect claims to be "
+             << paddr << " not " << peer_addr
+              << " (peer is possibly using public_bind_addr?) " << dendl;
     }
   }