]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/KeyValueDB: generic create(), test_init()
authorxinxinsh <xinxin.shu@intel.com>
Tue, 1 Apr 2014 00:55:16 +0000 (17:55 -0700)
committerSage Weil <sage@redhat.com>
Wed, 30 Jul 2014 04:28:30 +0000 (21:28 -0700)
commit4bf929ef21b6710f60f01cb8f7095ad0a440709f
tree92ebdcb0be5fdd711e0525d0a3af7f30a69d4ac2
parente1418724a0da3979b1e706ccb54112d35c18f1eb
os/KeyValueDB: generic create(), test_init()

Let us create an implemenetation by name.  Include a test_init() method
that will instantiate an instance and verify it could start up.

Signed-off-by: Sage Weil <sage@inktank.com>
src/os/KeyValueDB.cc [new file with mode: 0644]
src/os/KeyValueDB.h
src/os/LevelDBStore.cc
src/os/LevelDBStore.h
src/os/Makefile.am