Hello,
i wanted to test iscsi on a virtual machine so i create a new VM using the default no cloud image of Leap16.0.
The image comes with kernel-default-base which doesn’t have the iscsi_tcp kernel module. So i installed the kernel-default but the module is not loaded automatically.
I have to run modprobe iscsi_tcp to load it. The Leap16.0 ISO also has the same kernel installed but there the module is loaded automatically without having to run modprobe.
Question, What should i do to ensure that the iscsi_tcp module is added automatically without having to manually update it/ what is the configuration that makes the ISO build use the module directly.
Thanks!