]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/options: by default, bind to both msgr v1 and v2 addresses
authorSage Weil <sage@redhat.com>
Mon, 3 Dec 2018 21:14:56 +0000 (15:14 -0600)
committerSage Weil <sage@redhat.com>
Fri, 21 Dec 2018 21:31:32 +0000 (15:31 -0600)
This will be the case for some time, until v1 clients are fully phased out.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc

index db52824a4e8d147f75b1993ac5c9f374fd61c84f..e65dcfd9963c59679d7043d718cb12222af58ba8 100644 (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"),