Project

General

Profile

action #116848

Updated by nicksinger over 1 year ago

## Observation 
 With https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/733 we introduce automatic reboots on all machines if the kernel panics. This could hide away problems. Therefore we should make sure to enable kdump on all machines to get reports if the kernel panics and fix the underlying problem. Rebooting should just be a workaround not the solution. 

 ## Acceptance Criteria 
 * **AC1**: *AC1*: kdump is enabled on all machines affected by https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/733 
   * **AC1.1**: *AC1.1*: kdump config is managed by salt 
   * **AC1.2**: *AC1.2*: implement some notification channel for the crash dumps

Back