mirror of
https://github.com/ceph/ceph
synced 2024-12-12 14:39:05 +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>
19 lines
528 B
Plaintext
Executable File
19 lines
528 B
Plaintext
Executable File
#! /usr/bin/dh-exec
|
|
|
|
lib/systemd/system/ceph-osd*
|
|
usr/bin/ceph-bluestore-tool
|
|
usr/bin/ceph-clsinfo
|
|
usr/bin/ceph-erasure-code-tool
|
|
usr/bin/ceph-objectstore-tool
|
|
usr/bin/ceph-osdomap-tool
|
|
<pkg.ceph.crimson> usr/bin/crimson-store-nbd
|
|
usr/bin/${CEPH_OSD_BASENAME} => /usr/bin/ceph-osd
|
|
usr/bin/ceph_objectstore_bench
|
|
usr/libexec/ceph/ceph-osd-prestart.sh
|
|
usr/lib/libos_tp.so*
|
|
usr/lib/libosd_tp.so*
|
|
usr/share/man/man8/ceph-clsinfo.8
|
|
usr/share/man/man8/ceph-osd.8
|
|
usr/share/man/man8/ceph-bluestore-tool.8
|
|
etc/sysctl.d/30-ceph-osd.conf
|