]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
newstore: initial version
authorSage Weil <sage@redhat.com>
Tue, 18 Aug 2015 14:09:20 +0000 (10:09 -0400)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:35 +0000 (13:39 -0400)
commitd0a4bbaf697a037b7c78a161199c0608b576bb4d
treef47a6e87ce131a01c20247549ddac1cbe3756aea
parent10c0bfeaddeee8cf760e38ee54352d8ff66e637d
newstore: initial version

This includes a bunch of new ceph_test_objectstore tests, and a ton of fixes
to existing tests so that objects actually live inside the collections they
are written to.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/os/Makefile.am
src/os/ObjectStore.cc
src/os/ObjectStore.h
src/os/newstore/NewStore.cc [new file with mode: 0644]
src/os/newstore/NewStore.h [new file with mode: 0644]
src/os/newstore/newstore_types.cc [new file with mode: 0644]
src/os/newstore/newstore_types.h [new file with mode: 0644]
src/vstart.sh