1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

Merge pull request from neha-ojha/wip-osd-filestore-default

osd: switch filestore to default to rocksdb

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2017-04-27 12:32:09 -05:00 committed by GitHub
commit 559a7a83ee

View File

@ -1169,7 +1169,7 @@ OPTION(kstore_onode_map_size, OPT_U64, 1024)
OPTION(kstore_cache_tails, OPT_BOOL, true)
OPTION(kstore_default_stripe_size, OPT_INT, 65536)
OPTION(filestore_omap_backend, OPT_STR, "leveldb")
OPTION(filestore_omap_backend, OPT_STR, "rocksdb")
OPTION(filestore_omap_backend_path, OPT_STR, "")
/// filestore wb throttle limits