mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
c0980af3c7
This patch creates rbdmap shell script that is called from init-rbdmap init script. The patch also renames src/rbdmap configuration file to src/etc-rbdmap so that rbdmap shell script can be installed via build system directly. Finally, the patch accomodates these changes in spec file and build system. Fixes: #13374 Signed-off-by: Boris Ranto <branto@redhat.com>
33 lines
840 B
Plaintext
33 lines
840 B
Plaintext
etc/bash_completion.d/rados
|
|
etc/bash_completion.d/rbd
|
|
usr/bin/ceph
|
|
usr/bin/ceph-authtool
|
|
usr/bin/ceph-conf
|
|
usr/bin/ceph-dencoder
|
|
usr/bin/ceph-rbdnamer
|
|
usr/bin/ceph-syn
|
|
usr/bin/ceph-crush-location
|
|
usr/bin/rados
|
|
usr/bin/rbd
|
|
usr/bin/rbdmap
|
|
usr/bin/rbd-replay*
|
|
usr/bin/ceph-post-file
|
|
usr/bin/ceph-brag
|
|
usr/share/man/man8/ceph-authtool.8
|
|
usr/share/man/man8/ceph-conf.8
|
|
usr/share/man/man8/ceph-dencoder.8
|
|
usr/share/man/man8/ceph-rbdnamer.8
|
|
usr/share/man/man8/ceph-syn.8
|
|
usr/share/man/man8/ceph-post-file.8
|
|
usr/share/man/man8/ceph.8
|
|
usr/share/man/man8/rados.8
|
|
usr/share/man/man8/rbd.8
|
|
usr/share/man/man8/rbd-replay*.8
|
|
usr/share/ceph/known_hosts_drop.ceph.com
|
|
usr/share/ceph/id_dsa_drop.ceph.com
|
|
usr/share/ceph/id_dsa_drop.ceph.com.pub
|
|
etc/ceph/rbdmap
|
|
etc/init.d/rbdmap
|
|
lib/udev/rules.d/50-rbd.rules
|
|
usr/lib/python*/dist-packages/ceph_argparse.py*
|