]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
wa/standalong/mon/osd-pool-create: debug and increase delay
authorSage Weil <sage@redhat.com>
Tue, 27 Feb 2018 22:30:16 +0000 (16:30 -0600)
committerSage Weil <sage@redhat.com>
Fri, 16 Mar 2018 15:35:32 +0000 (10:35 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/mon/osd-pool-create.sh

index 1ef1e9c46065826e140fce32ff2d992a5e0c299b..e078547ab3f28752d111cbd662086f60a207b262 100755 (executable)
@@ -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