]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: add MGR=1 so 'pg dump' won't be blocked
authorKefu Chai <kchai@redhat.com>
Fri, 31 Mar 2017 06:26:09 +0000 (14:26 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 31 Mar 2017 06:26:09 +0000 (14:26 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/cephtool-test-mon.sh

index 8ca9dc8e3937b8eded56c663ab15927a0d445354..e4b082029791adf8db47eded7c8cc554b4626b10 100755 (executable)
@@ -20,7 +20,7 @@ source $(dirname $0)/detect-build-env-vars.sh
 CEPH_CLI_TEST_DUP_COMMAND=1 \
 # uses CEPH_PORT going from 7202 7203 and 7204 because
 # it starts at 7202 and runs 3 mons (see vstart.sh)
-MON=3 OSD=3 MDS=0 MGR=0 CEPH_PORT=7202 $CEPH_ROOT/src/test/vstart_wrapper.sh \
+MON=3 OSD=3 MDS=0 MGR=1 CEPH_PORT=7202 $CEPH_ROOT/src/test/vstart_wrapper.sh \
     $CEPH_ROOT/qa/workunits/cephtool/test.sh \
     --test-mon \
     --asok-does-not-need-root