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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
FATA[0000] Couldn't create tcmu in /dev/xxx: open /sys/kernel/config/target/loopback/naa.50000000098f6bcd/tpgt_1/address: no such file or directory
It looks like address file was missed. /loopback/${WWN}/tpgt_1/address was introduced via this upstream patch tcm_loop: Show address of tpg in configfs, so kernel 4.4 might not include this.
You can check it with targetcli if your kernel version creates address file or not.
# targetcli /loopback create
Created target naa.500140518a1bcbc1.
# ls /sys/kernel/config/target/loopback/naa.500140518a1bcbc1/tpgt_1/address
/sys/kernel/config/target/loopback/naa.500140518a1bcbc1/tpgt_1/address
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to run go-tcmu with custom handler on linux 4.4 and found that there is no
address
control file in configfs.After ~30s kernel hangs:
I've searched thru open-iscsi/tcmu-runner and Documentation/target/tcmu-design.txt and didn't found any references to this control file. Seems that they're using another kernel API to add new devices (UIO as far as I understand).
Am I running incompatible kernel version? Which minimum version do I need to get go-tcmu working?
Thanks,
Gleb.
The text was updated successfully, but these errors were encountered: