]> 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)
committerNathan Cutler <ncutler@suse.com>
Wed, 16 Oct 2019 09:58:29 +0000 (11:58 +0200)
Signed-off-by: zjh <jhzeng93@foxmail.com>
(cherry picked from commit e62cfceb9549e806f774ef3da549efd9f4d90171)

qa/standalone/ceph-helpers.sh

index 9a4bae2a58427fe0f411bea2939aa54d00dc75f6..c725904899744223ec96638830f39dfeae1221fd 100755 (executable)
@@ -1507,9 +1507,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
     ! TIMEOUT=1 wait_for_health_ok || return 1
     activate_osd $dir 0 || return 1