]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools: create cephfs-table-tool 3335/head
authorJohn Spray <john.spray@redhat.com>
Fri, 2 Jan 2015 17:48:25 +0000 (17:48 +0000)
committerJohn Spray <john.spray@redhat.com>
Fri, 16 Jan 2015 00:45:25 +0000 (00:45 +0000)
commit2f3160636b836399b38c79299b7ef2618a4bb67a
tree0cb38f3aff2743f46aa3d84c47466b4bfacaba9c
parentb8ffe5c2dcfc107974b04e394b27011f668a81e9
tools: create cephfs-table-tool

It was unnatural to shoehorn resetting tables
into the journaltool.  This new tool initially
can simply dump or reset the session/snap/ino
tables, and would also be a place for any
more complex operations in future.

Signed-off-by: John Spray <john.spray@redhat.com>
ceph.spec.in
debian/ceph-mds.install
src/.gitignore
src/tools/Makefile.am
src/tools/cephfs/TableTool.cc [new file with mode: 0644]
src/tools/cephfs/TableTool.h [new file with mode: 0644]
src/tools/cephfs/cephfs-table-tool.cc [new file with mode: 0644]