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:
Sage Weil 2018-12-03 15:14:56 -06:00
parent 9f66edbd5e
commit 40a7dfbb1f

View File

@ -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"),