diff options
author | Sage Weil <sage@newdream.net> | 2010-04-09 15:46:42 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-04-09 15:50:58 -0700 |
commit | 2844a76a25a2fc2f5025cf128c95a14d86146d33 (patch) | |
tree | a57b3dac7f92d187bafe3c10270b0d28edf405e3 /fs/ceph/rados.h | |
parent | 0e0d5e0c4bb0476d53a43bfc87d03a25ec4b5579 (diff) |
ceph: decode v5 of osdmap (pool names) [protocol change]
Teach the client to decode an updated format for the osdmap. The new
format includes pool names, which will be useful shortly. Get this change
in earlier rather than later.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/rados.h')
-rw-r--r-- | fs/ceph/rados.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/ceph/rados.h b/fs/ceph/rados.h index 26ac8b89a676..a1fc1d017b58 100644 --- a/fs/ceph/rados.h +++ b/fs/ceph/rados.h @@ -11,8 +11,10 @@ /* * osdmap encoding versions */ -#define CEPH_OSDMAP_INC_VERSION 4 -#define CEPH_OSDMAP_VERSION 4 +#define CEPH_OSDMAP_INC_VERSION 5 +#define CEPH_OSDMAP_INC_VERSION_EXT 5 +#define CEPH_OSDMAP_VERSION 5 +#define CEPH_OSDMAP_VERSION_EXT 5 /* * fs id |