On 01/11/2012 01:14 PM, Patrick Mullaney wrote: > I tried this patch and iscsid ends up in a tightloop in the kernel. I > attempted some > basic debugging and it definitely gets beyond my previous issue but then > locks. > > I also attempted to change the patch around such that the netlink socket > that > gets create per net namespace is kept with the namespace and accessed off > that structure. I wanted to avoid the locking. While this works, it appears > to > crash elsewhere sometime after nlmsg_multicast(no stacktrace gets generated > unfortunately). > > I had some general questions after doing this. Is the traversal of and send > on the per net > namespace sockets needed? I'm new to the code, but it seems like these > might need > to be isolated from one another? >
I actually thought that we only wanted to send to specific sockets, but I was looking at some other patches that added namespace support and they did the loop so that is why I ended up adding it. I need to do some more investigation. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
