]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools: implement rados import/export
authorJohn Spray <john.spray@redhat.com>
Mon, 23 Mar 2015 13:20:35 +0000 (13:20 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 10 Jun 2015 21:37:41 +0000 (22:37 +0100)
commit391c72f38cdbbe5864b83f1525d57b087c643954
tree5389e9dd21dc42caaf09aa2f14e9ff802f541df7
parenta45f8fe11ba4845509903a12a44a49fa67a4c7cf
tools: implement rados import/export

New PoolDump (export) class to dump pool contents
in format compatible with ceph-objectstore-tool,
and wire up RadosImport class (import).

Signed-off-by: John Spray <john.spray@redhat.com>
src/common/hobject.h
src/tools/Makefile-client.am
src/tools/Makefile.am
src/tools/rados/PoolDump.cc [new file with mode: 0644]
src/tools/rados/PoolDump.h [new file with mode: 0644]
src/tools/rados/rados.cc