]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: Luminous specific change because of the way EXTRA_OPTS is used in ceph-helpers.sh 30230/head
authorDavid Zafman <dzafman@redhat.com>
Wed, 31 Jul 2019 01:24:31 +0000 (18:24 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 31 Jul 2019 01:24:31 +0000 (18:24 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/misc/network-ping.sh

index b2b299d63ee81e28c9edff11e3fbcaf4eb556591..19d0d6528d0adafa5f5a313e7a3d96414c622460 100755 (executable)
@@ -111,7 +111,7 @@ function TEST_network_ping_test2() {
     local dir=$1
 
     export CEPH_ARGS
-    export EXTRA_OPTS=" --mon_warn_on_slow_ping_time=0.001"
+    export EXTRA_OPTS+=" --mon_warn_on_slow_ping_time=0.001"
     run_mon $dir a || return 1
     run_mgr $dir x || return 1
     run_osd $dir 0 || return 1