Project

General

Profile

action #90911

Updated by riafarov about 3 years ago

## Observation 
 In the last builds we got some failures when installer would crash, so we miss the logs there. Issue is sporadic and didn't happen when load on the hypervisor settled down (less jobs were running in openQA). 
 As this is critical issue, we should take a closer look. 

 In order to collect logs either using separate storage (e.g. /var/log/ mounted to nfs), or using startshell=1, so you have access to the tmpfs with logs when installer crashes. 
 scp might not be available, so sending logs to the serial to copy (see value of `SERIALDEV` in order to know which dev to use). 

 openQA test in scenario sle-15-SP3-Online-ppc64le-crypt_no_lvm@ppc64le fails in 
 [await_install](https://openqa.suse.de/tests/5789022/modules/await_install/steps/1) 

 ## Test suite description 
 Maintainer: riafarov. Test installation with encrypted partitions but without lvm enabled. This is supported only by storage-ng, hence, do NOT enable test suite on distris without storage-ng. 

 (crypt-)LVM installations can take longer, especially on non-x86_64 architectures. 


 ## Reproducible 

 Fails since (at least) Build [172.3](https://openqa.suse.de/tests/5783327) 


 ## Expected result 

 Last good: [171.1](https://openqa.suse.de/tests/5780093) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=ppc64le&distri=sle&flavor=Online&machine=ppc64le&test=crypt_no_lvm&version=15-SP3) 

Back