Project

General

Profile

action #47390

Updated by mloviska about 5 years ago

## Observation  

 Listed packages contain several modules which we used to load manually in the previous SLERT releases. According to [bsc#1123696](https://bugzilla.suse.com/show_bug.cgi?id=1123696) we should never directly load any lttng modules. Command lttng (lttng-tools) loads automatically what is required. 

 ``` 
 cluster-md-kmp-rt-4.12.14-9.2.x86_64 
 gfs2-kmp-rt-4.12.14-9.2.x86_64 
 dlm-kmp-rt-4.12.14-9.2.x86_64 
 crash-kmp-rt-7.2.1_k4.12.14_9-6.3.x86_64 
 oracleasm-kmp-rt-2.0.8_k4.12.14_9-5.4.x86_64 
 lttng-modules-kmp-rt-2.10.0_k4.12.14_9-8.3.x86_64 
 ocfs2-kmp-rt-4.12.14-9.2.x86_64 
 ``` 

 As a conclusion of [bsc#1123696](https://bugzilla.suse.com/show_bug.cgi?id=1123696) we have to update bash script below. 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/rt/kmp_modules.pm#L40 

 ## Acceptance Criteria 

 * **AC1:** <del>Clarify Clarify with Jeffrey Cheung which modules should be loaded manually from listed KMP packages and update test module accordingly </del> 
 * **AC2:** Read lttng documentation https://lttng.org/docs/v2.10/ 
 * **AC3:** Execute simple lttng tracing to verify whether lttng loads modules correctly 

Back