mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
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:
commit
50d7320f6d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user