commit | 2d88b2e0819e0401ebb195e9fa20fab4be1965c8 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <ilya.dryomov@inktank.com> | Thu Mar 13 16:36:14 2014 +0200 |
committer | Sage Weil <sage@inktank.com> | Fri Apr 04 21:07:41 2014 -0700 |
tree | 2158da23ebd745e0b58f477ca1400f1934da27c6 | |
parent | 3977058c468b872c6bc5e5273bf911d791848643 [diff] |
libceph: check length of osdmap osd arrays Check length of osd_state, osd_weight and osd_addr arrays. They should all have exactly max_osd elements after the call to osdmap_set_max_osd(). Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Alex Elder <elder@linaro.org>