From: John Spray Date: Sun, 29 Nov 2015 17:10:45 +0000 (+0000) Subject: pkg: add ceph_volume_client to python-cephfs X-Git-Tag: v10.0.3~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d10efbc7ad121f8ae5374747840120672b4dc49;p=ceph.git pkg: add ceph_volume_client to python-cephfs Signed-off-by: John Spray --- diff --git a/ceph.spec.in b/ceph.spec.in index 1cc2de1e67be..91eaeb54dc53 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1178,6 +1178,7 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1 %files -n python-cephfs %defattr(-,root,root,-) %{python_sitelib}/cephfs.py* +%{python_sitelib}/ceph_volume_client.py* ################################################################################# %files -n ceph-test diff --git a/debian/python-cephfs.install b/debian/python-cephfs.install index 458102cd555a..9001bc4b7b3d 100644 --- a/debian/python-cephfs.install +++ b/debian/python-cephfs.install @@ -1 +1,2 @@ usr/lib/python*/dist-packages/cephfs.py* +usr/lib/python*/dist-packages/ceph_volume_client.py* diff --git a/src/Makefile-client.am b/src/Makefile-client.am index aff21ae65d12..6babaf62e2e6 100644 --- a/src/Makefile-client.am +++ b/src/Makefile-client.am @@ -80,6 +80,7 @@ cephfs_LDADD = $(LIBCOMMON) bin_PROGRAMS += cephfs python_PYTHON += pybind/cephfs.py +python_PYTHON += pybind/ceph_volume_client.py # libcephfs (this should go somewhere else in the future)