Project

General

Profile

action #73369

Updated by okurz over 3 years ago

### observation 

 ``` 
 [2020-10-11T16:08:25.517 CEST] [debug] qemu version detected: 3.1.1.1 
 [2020-10-11T16:08:25.519 CEST] [debug] running /usr/bin/chattr -f +C /var/lib/openqa/pool/3/raid 
 [2020-10-11T16:08:25.541 CEST] [debug] running /usr/bin/qemu-img info --output=json /var/lib/openqa/pool/3/openSUSE-Leap-15.1-DVD-x86_64.iso 
 [2020-10-11T16:08:25.571 CEST] [debug] running /usr/bin/qemu-img create -f qcow2 /var/lib/openqa/pool/3/raid/hd0 40G 
 [2020-10-11T16:08:25.600 CEST] [debug] Formatting '/var/lib/openqa/pool/3/raid/hd0', fmt=qcow2 size=42949672960 cluster_size=65536 lazy_refcounts=off refcount_bits=16 
 [2020-10-11T16:08:25.600 CEST] [debug] Backend process died, backend errors are reported below in the following lines: 
 runcmd '/usr/bin/qemu-img create -f qcow2 /var/lib/openqa/pool/3/raid/hd0 40G' failed with exit code 1: 'Formatting '/var/lib/openqa/pool/3/raid/hd0', fmt=qcow2 size=42949672960 cluster_size=65536 lazy_refcounts=off refcount_bits=16' at /usr/lib/os-autoinst/osutils.pm line 121. 
 ``` 

 https://openqa.opensuse.org/tests/1428212 

 ## Acceptance criteria 
 * **AC1:** Errors returned by qemu-img either are handled internally, e.g. with retry, or clear error messages are escalated to test reviewers 

 ## Suggestions 

 * Research if we do not already have a retry for qemu-img commands in os-autoinst, fix if broken (https://openqa.opensuse.org/tests/1428212)

Back