]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/test/vstart-wrapper.sh: run with -d
authorSage Weil <sage@redhat.com>
Tue, 11 Apr 2017 22:37:17 +0000 (18:37 -0400)
committerSage Weil <sage@redhat.com>
Fri, 28 Apr 2017 15:32:17 +0000 (11:32 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/vstart_wrapper.sh

index 17fd9836f66a2232bd1b0990abf97bfa74763d52..748fc4067239d201e7ef9468e7408233a3e8755f 100755 (executable)
@@ -38,7 +38,7 @@ function vstart_setup()
         --short \
         $OBJSTORE_ARGS \
         -o 'paxos propose interval = 0.01' \
-        -n -l || return 1
+        -d -n -l || return 1
     export CEPH_CONF=$CEPH_DIR/ceph.conf
 
     crit=$(expr 100 - $(ceph-conf --show-config-value mon_data_avail_crit))