Project

General

Profile

action #178972

Updated by okurz about 2 months ago

## Observation Description 

 ``` 
 s390zl13:~ # cat /etc/fstab  
 /dev/disk/by-path/ccw-0.0.6000-part2    /                          btrfs    defaults                          0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /var                       btrfs    subvol=/@/var                     0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /usr/local                 btrfs    subvol=/@/usr/local               0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /tmp                       btrfs    subvol=/@/tmp                     0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /srv                       btrfs    subvol=/@/srv                     0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /root                      btrfs    subvol=/@/root                    0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /opt                       btrfs    subvol=/@/opt                     0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /home                      btrfs    subvol=/@/home                    0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /boot/grub2/s390x-emu      btrfs    subvol=/@/boot/grub2/s390x-emu    0    0 
 /dev/disk/by-path/ccw-0.0.6000-part2    /.snapshots                btrfs    subvol=/@/.snapshots              0    0 
 /dev/disk/by-path/ccw-0.0.6000-part1    /boot/zipl                 ext2     defaults                          0    2 
 /dev/disk/by-path/ccw-0.0.6000-part3    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6002-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6003-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6004-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6005-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6006-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6007-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6008-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.6009-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.600a-part1    swap                       swap     sw,pri=2                          0    0 
 /dev/disk/by-path/ccw-0.0.600b-part1    swap                       swap     sw,pri=2                          0    0 

 #ZFCP Disk for libvirt images 
 /dev/mapper/3600507638081855cd80000000000004c-part1                  		 /var/lib/libvirt/images          	 ext4          	 rw,nobarrier,data=writeback          	 0 0 

 #openQA NFS share 
 openqa.oqa.prg2.suse.org:/var/lib/openqa/share/factory    /var/lib/openqa/share/factory    nfs      ro,nolock                                0    0 
 s390zl13:~ # df |grep /var/lib/openqa/share/factory 
 s390zl13:~ #  

 ``` 
 ## Observation 

 openQA test in scenario sle-15-SP6-Server-DVD-Updates-s390x-mau-bind@s390x-kvm fails in 
 [bootloader_zkvm](https://openqa.suse.de/tests/17062551/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 [20250316-1](https://openqa.suse.de/tests/17062551) (current job) 


 ## Expected result 

 Last good: [20250314-1](https://openqa.suse.de/tests/17052889) (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=15-SP6) 

 ## Suggestions 
 * Use existing automatic recovery for nfs 
     * https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/1406 
 * I think the machine does not have the worker-grain, right? Because the symptom looks pretty much the same as I found yesterday on netboot: https://progress.opensuse.org/issues/179032 
     * Yes, those machines do *not* have the worker role. 
 *

Back