mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
110608e5bd
Prior to this commit, if a user installed the "ceph-common" Debian
package without installing "ceph", then /usr/bin/ceph would crash
because it was missing the ceph_argparse library.
Ship the ceph_argparse library in "ceph-common" instead of "ceph". (This
was the intention of the original commit that moved argparse to "ceph",
2a23eac549
)
http://tracker.ceph.com/issues/11388 Refs: #11388
Reported-by: Jens Rosenboom <j.rosenboom@x-ion.de>
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
etc/bash_completion.d/ceph
|
|
lib/udev/rules.d/95-ceph-osd.rules
|
|
lib/udev/rules.d/60-ceph-partuuid-workaround.rules
|
|
usr/sbin/ceph-create-keys
|
|
usr/sbin/ceph-disk
|
|
usr/sbin/ceph-disk-activate
|
|
usr/sbin/ceph-disk-prepare
|
|
usr/bin/ceph-detect-init
|
|
usr/bin/ceph-clsinfo
|
|
usr/bin/ceph-debugpack
|
|
usr/bin/ceph-mon
|
|
usr/bin/ceph-objectstore-tool
|
|
usr/bin/ceph-osd
|
|
usr/bin/ceph-run
|
|
usr/bin/ceph-rest-api
|
|
usr/lib/python*/dist-packages/ceph_rest_api.py
|
|
usr/lib/python*/dist-packages/ceph_detect_init*
|
|
usr/bin/crushtool
|
|
usr/bin/monmaptool
|
|
usr/bin/osdmaptool
|
|
usr/lib/ceph/ceph_common.sh
|
|
usr/lib/ceph/erasure-code/*
|
|
usr/lib/rados-classes/*
|
|
usr/libexec/ceph/ceph-osd-prestart.sh
|
|
usr/share/doc/ceph/sample.ceph.conf
|
|
usr/share/doc/ceph/sample.fetch_config
|
|
usr/share/man/man8/ceph-clsinfo.8
|
|
usr/share/man/man8/ceph-create-keys.8
|
|
usr/share/man/man8/ceph-debugpack.8
|
|
usr/share/man/man8/ceph-deploy.8
|
|
usr/share/man/man8/ceph-detect-init.8
|
|
usr/share/man/man8/ceph-disk.8
|
|
usr/share/man/man8/ceph-mon.8
|
|
usr/share/man/man8/ceph-osd.8
|
|
usr/share/man/man8/ceph-run.8
|
|
usr/share/man/man8/ceph-rest-api.8
|
|
usr/share/man/man8/crushtool.8
|
|
usr/share/man/man8/monmaptool.8
|
|
usr/share/man/man8/osdmaptool.8
|
|
usr/lib/python*/dist-packages/ceph_daemon.py*
|