]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph_volume_client: fix usage of get_mds_map()
authorRamana Raja <rraja@redhat.com>
Thu, 21 Dec 2017 12:51:23 +0000 (18:21 +0530)
committerRamana Raja <rraja@redhat.com>
Thu, 21 Dec 2017 12:51:23 +0000 (18:21 +0530)
commit181e3ea6ee8890a66e460f66a4e8c2aa74a9c002
treec836d15e818e6db4353575d9b9d9020a539ab5fc
parent54dc5dd5f07d7ce2e289d8cb23fd73a5d4393582
ceph_volume_client: fix usage of get_mds_map()

get_mds_map() is an instance method, and not a global
function. Use it as such.

Fixes: http://tracker.ceph.com/issues/22524
Signed-off-by: Ramana Raja <rraja@redhat.com>
src/pybind/ceph_volume_client.py