Skip to content

Commit

Permalink
test: osd-recovery-scrub.sh ignore error from kill_daemons()
Browse files Browse the repository at this point in the history
Another work around for http://tracker.ceph.com/issues/38195

Signed-off-by: David Zafman <[email protected]>
  • Loading branch information
dzafman committed Apr 25, 2019
1 parent 796794b commit 71d2546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa/standalone/scrub/osd-recovery-scrub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ function TEST_recovery_scrub() {
ERRORS=$(expr $ERRORS + 1)
fi

kill_daemons $dir || return 1
# Work around for http://tracker.ceph.com/issues/38195
kill_daemons $dir #|| return 1

declare -a err_strings
err_strings[0]="not scheduling scrubs due to active recovery"
Expand Down

0 comments on commit 71d2546

Please sign in to comment.