Comment 0 for bug 1707663

Revision history for this message
Kleber Sacilotto de Souza (kleber-souza) wrote : include the scsi_debug module on main linux-image package

The systemd autopkgtest 'storage' testcase needs to load the scsi_debug module to perform its tests. The testcase is currently failing on the following custom kernels:

* linux-aws: doesn't ship the scsi_debug module
* linux-gke: ships the scsi_debug module on the linux-image-extra-*-gke module, however the package is not installed by autopkgtest since it's not installed by the linux-image-gke meta-package.

One solution would be to include the scsi_debug.ko module on the linux-aws and linux-gke main linux-image package so it would be available for the testcase. The module is very small (130KB on gke), it won't be automatically loaded on the system and it doesn't affect the normal operation when loaded.