mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
a6658c91bb
The current VDO support implementation is buried inside the common/blkdev.cc with a simple interface used by KernelDevice. It is not easily extendable and can not be easily used for other devices providing similar capabilities. This patch adds a plugin system that is based in its structure on the erasure code plugin system and moves the VDO support code into a VDO plugin. Signed-off-by: Martin Ohmacht <mohmacht@us.ibm.com>
24 lines
632 B
Plaintext
24 lines
632 B
Plaintext
etc/init.d/ceph
|
|
lib/systemd/system/ceph-crash.service
|
|
usr/bin/ceph-crash
|
|
usr/bin/ceph-debugpack
|
|
usr/bin/ceph-run
|
|
usr/bin/crushtool
|
|
usr/bin/monmaptool
|
|
usr/bin/osdmaptool
|
|
usr/bin/ceph-kvstore-tool
|
|
usr/libexec/ceph/ceph_common.sh
|
|
usr/lib/ceph/erasure-code/*
|
|
usr/lib/ceph/extblkdev/*
|
|
usr/lib/rados-classes/*
|
|
usr/sbin/ceph-create-keys
|
|
usr/share/doc/ceph/sample.ceph.conf
|
|
usr/share/man/man8/ceph-create-keys.8
|
|
usr/share/man/man8/ceph-debugpack.8
|
|
usr/share/man/man8/ceph-run.8
|
|
usr/share/man/man8/crushtool.8
|
|
usr/share/man/man8/monmaptool.8
|
|
usr/share/man/man8/osdmaptool.8
|
|
usr/share/man/man8/ceph-kvstore-tool.8
|
|
etc/sudoers.d/ceph-smartctl
|