From: David Zafman Date: Thu, 10 Aug 2017 01:58:21 +0000 (-0700) Subject: qa: Fix broken test_activate_osd() due to missing space X-Git-Tag: v13.0.0~135^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e24ac51a825e06dbd23819084a532ae14aeffac2;p=ceph-ci.git qa: Fix broken test_activate_osd() due to missing space Signed-off-by: David Zafman --- diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index 1afd45b8893..2581930b6d4 100755 --- a/qa/standalone/ceph-helpers.sh +++ b/qa/standalone/ceph-helpers.sh @@ -1896,7 +1896,7 @@ function run_tests() { export CEPH_MON="127.0.0.1:7109" # git grep '\<7109\>' : there must be only one export CEPH_ARGS - CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none " + CEPH_ARGS+=" --fsid=$(uuidgen) --auth-supported=none " CEPH_ARGS+="--mon-host=$CEPH_MON " export CEPH_CONF=/dev/null