Skip to content
Commit dbad185d authored by Sage Weil's avatar Sage Weil
Browse files

ceph: drop src address(es) from message header [new protocol feature]



The CEPH_FEATURE_NOSRCADDR protocol feature avoids putting the full source
address in each message header (twice).  This patch switches the client to
the new scheme, and _requires_ this feature on the server.  The server
will support both the old and new schemes.  That means an old client will
work with a new server, but a new client will not work with an old server.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent a5ee751c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment