]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: Fix broken test_activate_osd() due to missing space 16709/head
authorDavid Zafman <dzafman@redhat.com>
Thu, 10 Aug 2017 01:58:21 +0000 (18:58 -0700)
committerDavid Zafman <dzafman@redhat.com>
Thu, 10 Aug 2017 19:37:05 +0000 (12:37 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/standalone/ceph-helpers.sh

index 1afd45b8893ff26ad029276f5bb762d8fc35f72b..2581930b6d408b10c0afd1dd977828a64a9bc795 100755 (executable)
@@ -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