mirror of
https://github.com/ceph/ceph
synced 2024-12-15 07:56:12 +00:00
Merge pull request #16995 from liewegas/wip-20738
os/memstore: memstore_page_set=false Reviewed-by: Adam Emerson <aemerson@redhat.com>
This commit is contained in:
commit
93b1b5ca49
@ -2986,7 +2986,7 @@ std::vector<Option> get_global_options() {
|
||||
.set_description(""),
|
||||
|
||||
Option("memstore_page_set", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
|
||||
.set_default(true)
|
||||
.set_default(false)
|
||||
.set_description(""),
|
||||
|
||||
Option("memstore_page_size", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
|
||||
|
Loading…
Reference in New Issue
Block a user