]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-object-corpus.git/commit
mark some in-cluster message wip-quincy 13/head
authorKefu Chai <tchaikov@gmail.com>
Fri, 19 Feb 2021 04:47:14 +0000 (12:47 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 19 Feb 2021 05:05:05 +0000 (13:05 +0800)
commitfc38b17c2d4d28cc1bffcac69f8f3a42ad76c490
tree6e02134aa3220e97a86ebd545ebdb643ca8d776a
parent2a852653777fcd9a75d9d293198091a25526af2d
mark some in-cluster message

mark following messages forward_incompat

* MMgrBeacon
* MOSDBoot
* MOSDFailure
* MOSDPGLog
* MOSDRepOp
* MOSDRepOpReply
* MForward (as the container of the messages above)
* LogEntry

as there is not need to decode these in-cluster messages if they are
encoded by pre-nautilus daemons. in quincy, we only need to decode
in-cluster messages generated by octopus and pacific daemons. so
it's safe to stop decoding these 11.0 (kraken) messages.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
archive/11.2.0-280-g34e04de/forward_incompat/LogEntry [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MForward [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MMgrBeacon [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MOSDBoot [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MOSDFailure [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MOSDPGLog [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MOSDRepOp [new file with mode: 0644]
archive/11.2.0-280-g34e04de/forward_incompat/MOSDRepOpReply [new file with mode: 0644]