commit | 6044cde6f2a94d88142d4401624152a741866338 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <ilya.dryomov@inktank.com> | Tue May 13 11:19:27 2014 +0400 |
committer | Yan, Zheng <zheng.z.yan@intel.com> | Fri Jun 06 09:29:57 2014 +0800 |
tree | 9c58a1e13db9dd410b680291eeda15b226bac9e1 | |
parent | 513a8243d67f8e8d27f2883bd2f18bc87c7ca376 [diff] |
libceph: add ceph_monc_wait_osdmap() Add ceph_monc_wait_osdmap(), which will block until the osdmap with the specified epoch is received or timeout occurs. Export both of these as they are going to be needed by rbd. Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>