From b1c045cf3380d42c9ca991f517f46557e52e68cb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 27 Feb 2018 16:30:16 -0600 Subject: [PATCH] wa/standalong/mon/osd-pool-create: debug and increase delay Signed-off-by: Sage Weil --- qa/standalone/mon/osd-pool-create.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qa/standalone/mon/osd-pool-create.sh b/qa/standalone/mon/osd-pool-create.sh index 1ef1e9c460658..e078547ab3f28 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 -- 2.39.5