commit | 4fc51be8fa7043ff9a1e34fef0e99214373332ac | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Feb 16 15:55:03 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Feb 17 10:02:49 2010 -0800 |
tree | beba3bc83b5a07a16bb63c6e80713cb2b42bf4fb | |
parent | 9794b146fa7b93f8ab74fb62d67fdefad760769f [diff] |
ceph: use rbtree for pg pools; decode new osdmap format Since we can now create and destroy pg pools, the pool ids will be sparse, and an array no longer makes sense for looking up by pool id. Use an rbtree instead. The OSDMap encoding also no longer has a max pool count (previously used to allocate the array). There is a new pool_max, that is the largest pool id we've ever used, although we don't actually need it in the client. Signed-off-by: Sage Weil <sage@newdream.net>