From e24ac51a825e06dbd23819084a532ae14aeffac2 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Wed, 9 Aug 2017 18:58:21 -0700 Subject: [PATCH] qa: Fix broken test_activate_osd() due to missing space Signed-off-by: David Zafman --- qa/standalone/ceph-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/standalone/ceph-helpers.sh b/qa/standalone/ceph-helpers.sh index 1afd45b8893ff..2581930b6d408 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 -- 2.39.5