commit | 98ad5ebd1505eb903ae8bc27e94c1ab0d1c3e651 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Jun 15 16:30:54 2017 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Fri Jul 07 17:25:15 2017 +0200 |
tree | cc2081e0f97f2f332d330e0d34349a8632a5922c | |
parent | 2e59ffd1df4aba5289f04d362efc8432fac14949 [diff] |
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: Ilya Dryomov <idryomov@gmail.com>