]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
MOSDPGRecoveryDelete[Reply]: bump header version 17585/head
authorJosh Durgin <jdurgin@redhat.com>
Thu, 7 Sep 2017 00:19:16 +0000 (20:19 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 7 Sep 2017 00:19:20 +0000 (20:19 -0400)
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 <jdurgin@redhat.com>
src/messages/MOSDPGRecoveryDelete.h
src/messages/MOSDPGRecoveryDeleteReply.h

index 3941f9f53e8c435f01b2a7b9f8e1e653132315a5..a135be47eee929d7d3c87d2850ba7350361d2969 100644 (file)
@@ -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;
index fe936388da972a0e5c9895392a360ee74102cda4..f0789b4607695bcc220d363a43cfa66fa2e833f1 100644 (file)
@@ -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;