From d8d16ba6aa9b00379aac7d2732f60bfd68b20c0c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 31 Dec 2018 11:18:05 -0600 Subject: [PATCH] qa/workunits/rados/test_health_warnings: prevent out osds Fixes: http://tracker.ceph.com/issues/37776 Signed-off-by: Sage Weil --- qa/workunits/rados/test_health_warnings.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/workunits/rados/test_health_warnings.sh b/qa/workunits/rados/test_health_warnings.sh index 28e6e829e76..d393e5c6834 100755 --- a/qa/workunits/rados/test_health_warnings.sh +++ b/qa/workunits/rados/test_health_warnings.sh @@ -7,6 +7,7 @@ crushtool -o crushmap --build --num_osds 10 host straw 2 rack straw 2 row straw ceph osd setcrushmap -i crushmap ceph osd tree ceph tell osd.* injectargs --osd_max_markdown_count 1024 --osd_max_markdown_period 1 +ceph osd set noout wait_for_healthy() { while ceph health | grep down -- 2.39.5