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>
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;
#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;