From a77eaec85214a1b13cbfc01911d845da9ae0a4b0 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Mon, 1 Apr 2013 09:27:27 -0700 Subject: [PATCH] mds: bump the protocol version. We've changed quite a lot of the restart behavior, as well as one of the message encodings. This is cheaper and easier than using feature bits, and CephFS is still a tech preview or whatever, so let's cover them using this. Signed-off-by: Greg Farnum --- src/mds/MDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds/MDS.h b/src/mds/MDS.h index 6658cf0cc5e..88d9fe2931e 100644 --- a/src/mds/MDS.h +++ b/src/mds/MDS.h @@ -35,7 +35,7 @@ #include "SessionMap.h" -#define CEPH_MDS_PROTOCOL 15 /* cluster internal */ +#define CEPH_MDS_PROTOCOL 16 /* cluster internal */ enum { -- 2.47.3