Hi, I have a question about ceph's messaging protocol: According to the documentation (http://ceph.newdream.net/wiki/Messaging_protocol), the acceptor replies with the RETRY tag when it thinks this connecting attempt is an old one or the initiator did not get the READY message. So, the acceptor sends its own connect_seq to the initiator and waits for it to retry. However, when the initiator re-connects with the acceptor's connect_seq (WITHOUT +1), the acceptor will think this is a connection race because (peer_connect_seq == existing.connect_seq). Is this the desired behavior or just I misunderstood the protocol? Thanks, -- Henry -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html