]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone: remove osd_pool_default_size in test_wait_for_health_ok
authorzjh <jhzeng93@foxmail.com>
Mon, 6 May 2019 06:35:54 +0000 (14:35 +0800)
committerzjh <jhzeng93@foxmail.com>
Mon, 6 May 2019 06:35:54 +0000 (14:35 +0800)
Signed-off-by: zjh <jhzeng93@foxmail.com>
qa/standalone/ceph-helpers.sh

index 9ab9ad1b851a62e3de444ec4f02a04d5980b98c4..ba79a652f1aef979259b006e5b23729924a3e05c 100755 (executable)
@@ -1626,9 +1626,11 @@ function test_wait_for_health_ok() {
     local dir=$1
 
     setup $dir || return 1
-    run_mon $dir a --osd_pool_default_size=1 --osd_failsafe_full_ratio=.99 --mon_pg_warn_min_per_osd=0 || return 1
+    run_mon $dir a --osd_failsafe_full_ratio=.99 --mon_pg_warn_min_per_osd=0 || return 1
     run_mgr $dir x --mon_pg_warn_min_per_osd=0 || return 1
     run_osd $dir 0 || return 1
+    run_osd $dir 1 || return 1
+    run_osd $dir 2 || return 1
     kill_daemons $dir TERM osd || return 1
     ceph osd down 0 || return 1
     ! TIMEOUT=1 wait_for_health_ok || return 1