action #168337
Updated by okurz 2 months ago
## Description
Seem all files under s390x nfs mnount folder can not be read by qemu-img info command.
```
# qemu-img info --output=json /var/lib/openqa/share/factory/hdd/SLES-12-SP5-s390x-mru-install-minimal-with-addons-Build20241016-1-Server-DVD-Updates-s390x-kvm.qcow2
qemu-img: Could not open '/var/lib/openqa/share/factory/hdd/SLES-12-SP5-s390x-mru-install-minimal-with-addons-Build20241016-1-Server-DVD-Updates-s390x-kvm.qcow2': Failed to get shared "write" lock: No locks available
Is another process using the image [/var/lib/openqa/share/factory/hdd/SLES-12-SP5-s390x-mru-install-minimal-with-addons-Build20241016-1-Server-DVD-Updates-s390x-kvm.qcow2]?
s390zl12:/var/lib/libvirt/images # df
Filesystem 1K-blocks Used Available Use% Mounted on
-----
/dev/mapper/3600507638081855cd80000000000004b-part1 411724200 277619460 113116888 72% /var/lib/libvirt/images
openqa.oqa.prg2.suse.org:/var/lib/openqa/share/factory 15030298624 11063209984 3967088640 74% /var/lib/openqa/share/factory
openqa.oqa.prg2.suse.org:/var/lib/openqa/share/factory/hdd/fixed 6427781120 4164560896 2263220224 65% /var/lib/openqa/share/factory/hdd/fixed
```
Many s390x jobs are blocked.
## Observation
openQA test in scenario sle-12-SP5-Server-DVD-Updates-s390x-mau-bind@s390x-kvm fails in
[bootloader_zkvm](https://openqa.suse.de/tests/15706910/modules/bootloader_zkvm/steps/19)
## Test suite description
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml.
## Reproducible
Fails since (at least) Build [20241016-1](https://openqa.suse.de/tests/15704880)
```
sudo salt \* cmd.run 'qemu-img info --output=json /var/lib/openqa/share/factory/hdd/SLES-12-SP5-s390x-mru-install-minimal-with-addons-Build20241016-1-Server-DVD-Updates-s390x-kvm.qcow2 | grep "No locks available"'
```
## Expected result
Last good: [20241015-1](https://openqa.suse.de/tests/15700852) (or more recent)
## Further details
Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=s390x&distri=sle&flavor=Server-DVD-Updates&machine=s390x-kvm&test=mau-bind&version=12-SP5)
Back