]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: bump mds protocol version
authorYan, Zheng <zyan@redhat.com>
Mon, 29 Oct 2018 01:40:37 +0000 (09:40 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 29 Oct 2018 01:41:01 +0000 (09:41 +0800)
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/MDSDaemon.h

index 745b4042816e1d5538a4e418cd175b4da50b66ea..41b589fa905741f4b52b7a37f48ca3f503c79f0b 100644 (file)
@@ -35,7 +35,7 @@
 #include "MDSMap.h"
 #include "MDSRank.h"
 
-#define CEPH_MDS_PROTOCOL    33 /* cluster internal */
+#define CEPH_MDS_PROTOCOL    34 /* cluster internal */
 
 class AuthAuthorizeHandlerRegistry;
 class Messenger;