Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISCSI Connection Failure #74

Open
smehmetoglu opened this issue Aug 10, 2023 · 1 comment
Open

ISCSI Connection Failure #74

smehmetoglu opened this issue Aug 10, 2023 · 1 comment

Comments

@smehmetoglu
Copy link

Cannot be connect to ISCSI storage. I receive this error message

  • Checking Open-iSCSI configuration ... [ ok ] * Starting iscsid ...
  • start-stop-daemon: /usr/sbin/iscsid died
  • 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
@smehmetoglu smehmetoglu changed the title ISCSI Connection ISCSI Connection Failure Aug 10, 2023
@mook-as
Copy link
Contributor

mook-as commented Aug 10, 2023

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants