first of all, thank you for all your work and attempts to make iscsi target work under 4.6.6.
I've tested the new kernel module on my nwsp2 and could succesfully initiate my iscsi targets with an ubuntu initiator and read data from the target. Yeah. :bananadance
But I have a problem with writing data on the iscsi target.
As soon as i write e.g. an 50mb file through my ubuntu iscsi-initiator on the target, my nwsp2 crahses.
Same thing happpens when i try to partitionate an iscsi-disk on the initiator.
It looks like, the kernel from my nwsp2 crashes, when data is written through iscsi from an initiator.
As i can see it, the CPU Usage on the nwsp2 approaches 100% when data is written trough an iscsi initiator and the kernel crashes 5-10 seconds after approaching it.
But i can't see, which service is creating this cpu-load and it isnt logged any error in dmesg or with the ietd debug mode. :scratch
On my ubuntu initiator, i have the following error in syslog when the nwsp2 cpu usage is on 100%:
- Code: Select all
Oct 31 20:41:23 srv001 kernel: [85962.908026] connection4:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4316380518, last ping 4316381772, now 4316383024
Oct 31 20:41:23 srv001 kernel: [85962.911841] connection4:0: detected conn error (1022)
Oct 31 20:41:23 srv001 kernel: [85962.911848] connection5:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4316380518, last ping 4316381772, now 4316383024
Oct 31 20:41:23 srv001 kernel: [85962.912187] connection5:0: detected conn error (1022)
Oct 31 20:41:23 srv001 kernel: [85962.912187] connection6:0: ping timeout of 5 secs expired, recv timeout 5, last rx 4316380518, last ping 4316381772, now 4316383024
Oct 31 20:41:23 srv001 kernel: [85962.916033] connection6:0: detected conn error (1022)
Oct 31 20:41:24 srv001 iscsid: Kernel reported iSCSI connection 4:0 error (1022 - Invalid or unknown error code) state (3)
Oct 31 20:41:24 srv001 iscsid: Kernel reported iSCSI connection 5:0 error (1022 - Invalid or unknown error code) state (3)
Oct 31 20:41:24 srv001 iscsid: Kernel reported iSCSI connection 6:0 error (1022 - Invalid or unknown error code) state (3)
Are you expiriencing the same problem here with writing data on an attached iscsi-disk?
Thanks & greetings,
Mewtos