mirror of
https://github.com/ceph/ceph
synced 2024-12-11 22:18:18 +00:00
c6c260f15b
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>
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
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
|