From: Greg Farnum Date: Mon, 1 Apr 2013 16:27:27 +0000 (-0700) Subject: mds: bump the protocol version. X-Git-Tag: v0.62~120^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a77eaec85214a1b13cbfc01911d845da9ae0a4b0;p=ceph.git 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 --- diff --git a/src/mds/MDS.h b/src/mds/MDS.h index 6658cf0cc5ec..88d9fe2931e8 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 {