mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +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>
30 lines
772 B
Plaintext
30 lines
772 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/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/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*
|