diff options
author | Yan, Zheng <zheng.z.yan@intel.com> | 2013-05-24 13:42:15 +0800 |
---|---|---|
committer | Yan, Zheng <zheng.z.yan@intel.com> | 2013-05-28 13:57:22 +0800 |
commit | ceaf51f78f05f581636c46d5c6ade7a50b2c91f7 (patch) | |
tree | 29912b8b7885c3b6e3b910aacb1aef355f9f00fd | |
parent | eeb68eb33d2973b8df6854c1b4ee6b41d99713b0 (diff) | |
download | ceph-ceaf51f78f05f581636c46d5c6ade7a50b2c91f7.tar.gz |
mds: bump the protocol version
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
-rw-r--r-- | src/mds/MDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/MDS.h b/src/mds/MDS.h index 88d9fe2931e..fa18883e5d7 100644 --- a/src/mds/MDS.h +++ b/src/mds/MDS.h @@ -35,7 +35,7 @@ #include "SessionMap.h" -#define CEPH_MDS_PROTOCOL 16 /* cluster internal */ +#define CEPH_MDS_PROTOCOL 17 /* cluster internal */ enum { |