From 21c08f0be2e048edd2d3ce7ca803f94a6d32f97c Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Fri, 4 Sep 2020 21:51:50 +0000 Subject: [PATCH] qa/*/mon/mon-last-epoch-clean.sh: mark osd out instead of down The test should mark the OSD out to check if only "in" OSDs are considered by the osdmap trimming logic. Fixes: https://tracker.ceph.com/issues/47309 Signed-off-by: Neha Ojha --- qa/standalone/mon/mon-last-epoch-clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/standalone/mon/mon-last-epoch-clean.sh b/qa/standalone/mon/mon-last-epoch-clean.sh index 667c6a702b8..172642e8655 100755 --- a/qa/standalone/mon/mon-last-epoch-clean.sh +++ b/qa/standalone/mon/mon-last-epoch-clean.sh @@ -226,7 +226,7 @@ function TEST_mon_last_clean_epoch() { # - all pools have floor equal to lec while kill $osd_pid ; do sleep 1 ; done - ceph osd down 2 + ceph osd out 2 sleep 5 # seriously, just to make sure things settle; we may not need this. # generate some maps