Merge pull request #16882 from dillaman/wip-20941

librbd: default localize parent reads to false

Reviewed-by: Mykola Golub <mgolub@mirantis.com>
This commit is contained in:
Mykola Golub 2017-08-08 15:44:55 +03:00 committed by GitHub
commit 50d7320f6d

View File

@ -5089,7 +5089,7 @@ static std::vector<Option> get_rbd_options() {
.set_description(""),
Option("rbd_localize_parent_reads", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
.set_default(true)
.set_default(false)
.set_description(""),
Option("rbd_readahead_trigger_requests", Option::TYPE_INT, Option::LEVEL_ADVANCED)