Actions
action #17902
closedCheck if qemu-img finished correctly and die if not
Description
We are facing to an issue on openqaworker5 where qemu-img process didn't finish correctly but return code is 0. Then hooked tests were broken for eg. https://openqa.suse.de/tests/831428#step/boot_to_desktop/2
The problem came from sles12_minimal_base+sdk_create_hdd job.
https://openqa.suse.de/tests/831165/file/autoinst-log.txt
where you can see:
23:14:54.2789 8080 running nice ionice qemu-img convert -O qcow2 raid/l1 assets_public/SLES-12-SP3-x86_64-0293-minimal_with_sdk0131_installed.qcow2 -c
qemu-img: error while writing sector 9018496: No space left on device
8080: EXIT 0
Maybe we should also check free space on workers somehow.
Actions