]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart.sh: fix --msgr2 option
authorSage Weil <sage@redhat.com>
Wed, 30 Jan 2019 13:04:21 +0000 (07:04 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 18:10:33 +0000 (12:10 -0600)
Should be v2 only and turn of v1.

Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index d92d7844d855e1c11d7eb86070274dd7726831d6..8e9914dafc6094be398dbe275de25c3bbac28ac0 100755 (executable)
@@ -486,6 +486,7 @@ ms bind msgr1 = true
     fi
     if [ $msgr -eq 2 ]; then
        msgr_conf="ms bind msgr2 = true
+ms bind msgr1 = false
 ";
     fi
     if [ $msgr -eq 1 ]; then