]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-recover-tool: implement the function framework
authorMin Chen <minchen@ubuntukylin.com>
Wed, 4 Feb 2015 08:09:13 +0000 (16:09 +0800)
committerMin Chen <minchen@ubuntukylin.com>
Wed, 4 Feb 2015 08:09:13 +0000 (16:09 +0800)
commit4f395ebb186f89921856df40dfab0f3c66b4dc9d
tree1a33ba3cce3226c1442bd102c93891291bcef6a1
parentaa3cda22aca2abe284edf09b3791350672a16999
rbd-recover-tool: implement the function framework
add control files & config files

rbd-recover-tool is an offline tool for dead ceph cluster
to recever rbd image in replicated pool from all osds.
it is a simple but usefull policy to keep data secruity on ceph

Sigbed-off-by: Min Chen <minchen@ubuntukylin.com>
src/rbd_recover_tool/config/mds_host [new file with mode: 0644]
src/rbd_recover_tool/config/mon_host [new file with mode: 0644]
src/rbd_recover_tool/config/osd_host_path [new file with mode: 0644]
src/rbd_recover_tool/osd_job [new file with mode: 0755]
src/rbd_recover_tool/rbd-recover-tool [new file with mode: 0755]