mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
os/memstore: memstore_page_set=false
This regularly returns bad results, see http://tracker.ceph.com/issues/20738 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
50724db8e5
commit
7c96868797
@ -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