Skip to content
Commit 98ad5ebd authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: ceph_connection_operations::reencode_message() method



Give upper layers a chance to reencode the message after the connection
is negotiated and ->peer_features is set.  OSD client will use this to
support both luminous and pre-luminous OSDs (in a single cluster): the
former need MOSDOp v8; the latter will continue to be sent MOSDOp v4.

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 2e59ffd1
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