mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
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:
parent
bca4fe98b1
commit
36e305c4b6
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user