mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
common/options: by default, bind to both msgr v1 and v2 addresses
This will be the case for some time, until v1 clients are fully phased out. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
9f66edbd5e
commit
40a7dfbb1f
@ -974,7 +974,7 @@ std::vector<Option> get_global_options() {
|
||||
.add_see_also("ms_bind_msgr2"),
|
||||
|
||||
Option("ms_bind_msgr2", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
|
||||
.set_default(false)
|
||||
.set_default(true)
|
||||
.set_description("Bind servers to msgr2 (nautilus+) protocol address(es)")
|
||||
.add_see_also("ms_bind_msgr1"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user