From 9d10efbc7ad121f8ae5374747840120672b4dc49 Mon Sep 17 00:00:00 2001 From: John Spray Date: Sun, 29 Nov 2015 17:10:45 +0000 Subject: [PATCH] pkg: add ceph_volume_client to python-cephfs Signed-off-by: John Spray --- ceph.spec.in | 1 + debian/python-cephfs.install | 1 + src/Makefile-client.am | 1 + 3 files changed, 3 insertions(+) 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) -- 2.47.3