From: Sage Weil Date: Tue, 27 Feb 2018 22:30:16 +0000 (-0600) Subject: wa/standalong/mon/osd-pool-create: debug and increase delay X-Git-Tag: wip-pdonnell-testing-20180329.205607~93^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b1c045cf3380d42c9ca991f517f46557e52e68cb;p=ceph-ci.git wa/standalong/mon/osd-pool-create: debug and increase delay Signed-off-by: Sage Weil --- diff --git a/qa/standalone/mon/osd-pool-create.sh b/qa/standalone/mon/osd-pool-create.sh index 1ef1e9c4606..e078547ab3f 100755 --- a/qa/standalone/mon/osd-pool-create.sh +++ b/qa/standalone/mon/osd-pool-create.sh @@ -216,11 +216,14 @@ function TEST_pool_create_rep_expected_num_objects() { CEPH_ARGS+="--filestore-merge-threshold=-10 " export CEPH_ARGS run_mon $dir a || return 1 + run_mgr $dir x || return 1 run_osd $dir 0 || return 1 ceph osd pool create rep_expected_num_objects 64 64 replicated replicated_rule 100000 || return 1 # wait for pg dir creating - sleep 5 + sleep 30 + ceph pg ls + find ${dir}/0/current -ls ret=$(find ${dir}/0/current/1.0_head/ | grep DIR | wc -l) if [ "$ret" -le 2 ]; then