mirror of
https://github.com/ceph/ceph
synced 2024-12-29 06:52:35 +00:00
test/cephtool-test-mon: make ec test less sensitive to crush
With only 3 we can get into a situation where one slot is CRUSH_ITEM_NONE. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
b883d7a994
commit
39b7dcb0ea
@ -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=1 CEPH_PORT=7202 $CEPH_ROOT/src/test/vstart_wrapper.sh \
|
||||
MON=3 OSD=4 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
|
||||
|
Loading…
Reference in New Issue
Block a user