Comment 0 for bug 1892124

Revision history for this message
Po-Hsu Lin (cypressyew) wrote : ubuntu_boot test report kernel tainted on s390x

 START ---- ---- timestamp=1597806884 localtime=Aug 18 23:14:44
 Persistent state client._record_indent now set to 1
        START ubuntu_boot.kernel_tainted ubuntu_boot.kernel_tainted timestamp=1597806884 localtime=Aug 18 23:14:44
 Persistent state client._record_indent now set to 2
 Persistent state client.unexpected_reboot now set to ('ubuntu_boot.kernel_tainted', 'ubuntu_boot.kernel_tainted')
 Checking kernel tainted flags in /proc/sys/kernel/tainted
 ERROR: kernel tainted flag != 0: 4097

This is because of the zfs module.
As we don't re-deploy these manual provisioned system every time. Loading this out-of-tree module taints the kernel

see bug 1876990

A possible solution is to unload the module after the corresponding tests.