]> 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>
Sat, 7 Sep 2019 09:59:28 +0000 (11:59 +0200)
Signed-off-by: zjh <jhzeng93@foxmail.com>
(cherry picked from commit e62cfceb9549e806f774ef3da549efd9f4d90171)

qa/standalone/ceph-helpers.sh

index 2bd5f250c2550dc99f8cc43d3d5238e4e1363cf1..d562649ed92ec3e732318b5cfa82d19ea6ddb09a 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