From: Josh Durgin Date: Thu, 7 Sep 2017 00:19:16 +0000 (-0400) Subject: MOSDPGRecoveryDelete[Reply]: bump header version X-Git-Tag: v13.0.1~968^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c03ae82584c2902e95d3bbc944dedc5a420d632a;p=ceph.git MOSDPGRecoveryDelete[Reply]: bump header version This matches the encoding workaround in luminous. Keep compat_version at 1 since this still works with 12.2.0, but does not need to handle any earlier encodings. Signed-off-by: Josh Durgin --- diff --git a/src/messages/MOSDPGRecoveryDelete.h b/src/messages/MOSDPGRecoveryDelete.h index 3941f9f53e8c..a135be47eee9 100644 --- a/src/messages/MOSDPGRecoveryDelete.h +++ b/src/messages/MOSDPGRecoveryDelete.h @@ -12,7 +12,7 @@ struct MOSDPGRecoveryDelete : public MOSDFastDispatchOp { - static const int HEAD_VERSION = 1; + static const int HEAD_VERSION = 2; static const int COMPAT_VERSION = 1; pg_shard_t from; diff --git a/src/messages/MOSDPGRecoveryDeleteReply.h b/src/messages/MOSDPGRecoveryDeleteReply.h index fe936388da97..f0789b460769 100644 --- a/src/messages/MOSDPGRecoveryDeleteReply.h +++ b/src/messages/MOSDPGRecoveryDeleteReply.h @@ -7,7 +7,7 @@ #include "MOSDFastDispatchOp.h" struct MOSDPGRecoveryDeleteReply : public MOSDFastDispatchOp { - static const int HEAD_VERSION = 1; + static const int HEAD_VERSION = 2; static const int COMPAT_VERSION = 1; pg_shard_t from;