test: Ignore kill_daemons() error

Workaround for: http://tracker.ceph.com/issues/38195

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2019-02-05 11:31:32 -08:00
parent bca4fe98b1
commit 36e305c4b6

View File

@ -257,7 +257,8 @@ function TEST_backfill_test_multi() {
do
delete_pool "${poolprefix}$i"
done
kill_daemons $dir || return 1
# Work around for http://tracker.ceph.com/issues/38195
kill_daemons $dir #|| return 1
! grep -q "num_bytes mismatch" $dir/osd.*.log || return 1
}