From c03ae82584c2902e95d3bbc944dedc5a420d632a Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 6 Sep 2017 20:19:16 -0400 Subject: [PATCH] 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 --- src/messages/MOSDPGRecoveryDelete.h | 2 +- src/messages/MOSDPGRecoveryDeleteReply.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/messages/MOSDPGRecoveryDelete.h b/src/messages/MOSDPGRecoveryDelete.h index 3941f9f53e8..a135be47eee 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 fe936388da9..f0789b46076 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; -- 2.39.5