]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/FileStore: use generic KeyValueDB::create(); store omap_backend in superblock
authorSage Weil <sage@inktank.com>
Tue, 27 May 2014 22:51:34 +0000 (15:51 -0700)
committerSage Weil <sage@redhat.com>
Wed, 30 Jul 2014 04:30:27 +0000 (21:30 -0700)
commit1a5dea72012a8818b076d6ca97b71bd6766fa903
tree45d4c69beef0f3a2b12b096483bc864bbf464842
parenta2a36192c28e4961b92c576172185a915daef366
os/FileStore: use generic KeyValueDB::create(); store omap_backend in superblock

The only time we set this is at mkfs time.  Thereafter, we stick with the
same backend.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/os/FileStore.cc
src/os/FileStore.h