rancher-sandbox / rancher-desktop-wsl-distro

Minimal WSL distro for Rancher Desktop
Apache License 2.0
16 stars 8 forks source link

ISCSI Connection Failure #74

Open smehmetoglu opened 1 year ago

smehmetoglu commented 1 year ago

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

mook-as commented 1 year ago

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