diff options
author | Sage Weil <sage@newdream.net> | 2009-11-19 15:31:50 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-11-20 14:24:33 -0800 |
commit | 94045e115ee72aee3b17295791da07078f2f778c (patch) | |
tree | bc38f3425b15995709ee4f698246b2febffff515 /fs/ceph/ceph_fs.h | |
parent | 0743304d871559cb4c7c066357de2caa60e94c2f (diff) | |
download | linux-94045e115ee72aee3b17295791da07078f2f778c.tar.gz linux-94045e115ee72aee3b17295791da07078f2f778c.tar.bz2 linux-94045e115ee72aee3b17295791da07078f2f778c.zip |
ceph: decode updated mdsmap format
The mds map now uses the global_id as the 'key' (instead of the addr,
which was a poor choice).
This is protocol change.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/ceph_fs.h')
-rw-r--r-- | fs/ceph/ceph_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h index 1e96a9a87d8d..4e5f49c738d8 100644 --- a/fs/ceph/ceph_fs.h +++ b/fs/ceph/ceph_fs.h @@ -39,7 +39,7 @@ #define CEPH_MDS_PROTOCOL 9 /* cluster internal */ #define CEPH_MON_PROTOCOL 5 /* cluster internal */ #define CEPH_OSDC_PROTOCOL 22 /* server/client */ -#define CEPH_MDSC_PROTOCOL 29 /* server/client */ +#define CEPH_MDSC_PROTOCOL 30 /* server/client */ #define CEPH_MONC_PROTOCOL 15 /* server/client */ |