commit | d0b19705e99939f5ae5aa9b57bfe41dd4777d951 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 28 16:07:27 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 01:15:29 2016 +0200 |
tree | 22c6202c5fc1bf28ac95fdf2157329aa171270e5 | |
parent | b07d3c4bd7270c74e2b6803af8ac8a00cb3e5ed2 [diff] |
libceph: async MON client generic requests For map check, we are going to need to send CEPH_MSG_MON_GET_VERSION messages asynchronously and get a callback on completion. Refactor MON client to allow firing off generic requests asynchronously and add an async variant of ceph_monc_get_version(). ceph_monc_do_statfs() is switched over and remains sync. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>