mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
e5f00d2fdc
* debian/: remove ceph-crimson-osd package. * debian/control: set `CEPH_OSD_BASENAME` env variable, which will be consumed by `ceph-osd.install`. alternatively, we could rename crimson-osd to ceph-osd in `override_dh_auto_install`, but let's go with this way at this moment, unless `mv` in `override_dh_auto_install` is proved to be better. * ceph-osd.install: replace ceph-osd with crimson-osd if `CEPH_EXTRA_CMAKE_ARGS` has `WITH_SEASTAR` in it. this only happens when we are packaging the "crimson" flavor packages from jenkins. * ceph-osd.install: `chmod +x` this file, as we need to use `/usr/bin/dh-exec` as the interpreter of it to perform variable substitution and install. Signed-off-by: Kefu Chai <kchai@redhat.com>
25 lines
732 B
Plaintext
Executable File
25 lines
732 B
Plaintext
Executable File
#! /usr/bin/dh-exec
|
|
|
|
lib/systemd/system/ceph-osd*
|
|
lib/systemd/system/ceph-volume@.service
|
|
usr/bin/ceph-bluestore-tool
|
|
usr/bin/ceph-clsinfo
|
|
usr/bin/ceph-objectstore-tool
|
|
usr/bin/ceph-osdomap-tool
|
|
usr/bin/${CEPH_OSD_BASENAME} => /usr/bin/ceph-osd
|
|
usr/bin/ceph_objectstore_bench
|
|
usr/lib/ceph/ceph-osd-prestart.sh
|
|
usr/lib/libos_tp.so*
|
|
usr/lib/libosd_tp.so*
|
|
usr/sbin/ceph-volume
|
|
usr/sbin/ceph-volume-systemd
|
|
usr/lib/python*/dist-packages/ceph_volume/*
|
|
usr/lib/python*/dist-packages/ceph_volume-*
|
|
usr/share/man/man8/ceph-clsinfo.8
|
|
usr/share/man/man8/ceph-volume.8
|
|
usr/share/man/man8/ceph-volume-systemd.8
|
|
usr/share/man/man8/ceph-osd.8
|
|
usr/share/man/man8/ceph-bluestore-tool.8
|
|
etc/sysctl.d/30-ceph-osd.conf
|
|
etc/sudoers.d/ceph-osd-smartctl
|