]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Complete replacement of ceph_filestore_tool and ceph_filestore_dump
authorDavid Zafman <david.zafman@inktank.com>
Wed, 30 Jul 2014 19:39:49 +0000 (12:39 -0700)
committerDavid Zafman <dzafman@redhat.com>
Thu, 28 Aug 2014 23:22:15 +0000 (16:22 -0700)
commit83fbc91e5c4e52cc1513f34908f99d2ac3b930df
treec91be066ef114caea96a0461cb72d447cc62a41e
parent77864193a1162393ade783480aee39a232934377
Complete replacement of ceph_filestore_tool and ceph_filestore_dump
with unified ceph_objectstore_tool

Move list-lost-objects and fix-lost-objects features from
  ceph_filestore_tool to ceph_objectstore_tool as list-lost, fix-lost
Change --type to --op for info, log, export...operations
Add --type for the ObjectStore type (defaults to filestore)
Change --filestore-path to --data-path
Update installation, Makefile.am, and .gitignore
Fix and rename test case to match
  Add some additional invalid option checks

Signed-off-by: David Zafman <david.zafman@inktank.com>
ceph.spec.in
debian/ceph-test.install
src/.gitignore
src/test/ceph_objectstore_tool.py
src/tools/Makefile.am
src/tools/ceph_objectstore_tool.cc