From: Kefu Chai Date: Fri, 19 Feb 2021 04:47:14 +0000 (+0800) Subject: mark some in-cluster message X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-quincy;p=ceph-object-corpus.git 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 --- diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/LogEntry b/archive/11.2.0-280-g34e04de/forward_incompat/LogEntry new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MForward b/archive/11.2.0-280-g34e04de/forward_incompat/MForward new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MMgrBeacon b/archive/11.2.0-280-g34e04de/forward_incompat/MMgrBeacon new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MOSDBoot b/archive/11.2.0-280-g34e04de/forward_incompat/MOSDBoot new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MOSDFailure b/archive/11.2.0-280-g34e04de/forward_incompat/MOSDFailure new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MOSDPGLog b/archive/11.2.0-280-g34e04de/forward_incompat/MOSDPGLog new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MOSDRepOp b/archive/11.2.0-280-g34e04de/forward_incompat/MOSDRepOp new file mode 100644 index 00000000..e69de29b diff --git a/archive/11.2.0-280-g34e04de/forward_incompat/MOSDRepOpReply b/archive/11.2.0-280-g34e04de/forward_incompat/MOSDRepOpReply new file mode 100644 index 00000000..e69de29b