mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge pull request #14814 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:
commit
559a7a83ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user