Try to catch "data lost during self-heal"

This commit is contained in:
Vitaliy Filippov
2024-02-21 19:24:36 +03:00
parent b3c15db331
commit 45490f4e51
2 changed files with 9 additions and 657 deletions
+1
View File
@@ -60,6 +60,7 @@ qemu-img convert -S 4096 -p \
-O raw ./testdata/read.bin
if ! diff -q ./testdata/read.bin ./testdata/mirror.bin; then
sleep 100000
format_error Data lost during self-heal
fi