summaryrefslogtreecommitdiffstats
path: root/debian/ceph-volume.install
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2021-07-23 12:55:18 +0200
committerKefu Chai <tchaikov@gmail.com>2021-09-14 17:19:54 +0200
commitc6c260f15beec0f3669d611892d1d7e579a819f0 (patch)
tree1e7edf11d6dd4c22fa1bf021bdfa12e9781ace98 /debian/ceph-volume.install
parentrpm,deb: make parted runtime dependency of ceph-osd (diff)
downloadceph-c6c260f15beec0f3669d611892d1d7e579a819f0.tar.xz
ceph-c6c260f15beec0f3669d611892d1d7e579a819f0.zip
debian: split ceph-volume into a separated package
ceph-volume is a tool implemented in pure python, so it would be better to make it a architecture independent package for better maintainability. in this change * ceph-volume is extracted out into a separated package * ceph-volume depends on ceph-osd, as it deploys it and relies on an already-installed ceph-osd in the system. * ceph-osd recommends ceph-volume. as ceph-osd can be used as a standalone package. but ceph-volume enhances it. also, to ensure the existing users to get ceph-volume installed along with ceph-osd. Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian/ceph-volume.install')
-rw-r--r--debian/ceph-volume.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/ceph-volume.install b/debian/ceph-volume.install
new file mode 100644
index 00000000000..b43f08ae828
--- /dev/null
+++ b/debian/ceph-volume.install
@@ -0,0 +1,7 @@
+lib/systemd/system/ceph-volume@.service
+usr/lib/python*/dist-packages/ceph_volume/*
+usr/lib/python*/dist-packages/ceph_volume-*
+usr/sbin/ceph-volume
+usr/sbin/ceph-volume-systemd
+usr/share/man/man8/ceph-volume.8
+usr/share/man/man8/ceph-volume-systemd.8