You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to start iscsid [ !! ] * ERROR: iscsid failed to start
iscsiadm: can not connect to iSCSI daemon (111)!
iscsiadm: Could not scan /sys/class/iscsi_transport.
libkmod: kmod_module_insert_module: could not find module by name='iscsi_tcp'
iscsiadm: Could not insert module tcp. Kmod error -2
iscsiadm: iSCSI driver tcp is not loaded. Load the module then retry the command.
iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loaded, and retry the operation
The text was updated successfully, but these errors were encountered:
Unfortunately, we need to rely on whatever kernel WSL gives us, and /proc/config.gz includes:
# CONFIG_ISCSI_TCP is not set
You may need to use a custom kernel (using kernel=) and build a custom kernel from source to get things to work. (But we won't be able to test things with your custom kernel, so you may need to handle things on your own if issues arise.)
Cannot be connect to ISCSI storage. I receive this error message
iscsiadm: can not connect to iSCSI daemon (111)!
iscsiadm: Could not scan /sys/class/iscsi_transport.
libkmod: kmod_module_insert_module: could not find module by name='iscsi_tcp'
iscsiadm: Could not insert module tcp. Kmod error -2
iscsiadm: iSCSI driver tcp is not loaded. Load the module then retry the command.
iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loaded, and retry the operation
The text was updated successfully, but these errors were encountered: