On Fri, Feb 06, 2015 at 04:36:25PM -0800, Andy Grover wrote: > I think I got a handle on the original issue you were seeing Mike, > please take a look at #2 patch.
I reproduced this issue and verified that these patches resolve it. Is changing to a 1 second initial delay and then checking poll every 3 seconds overly aggressive in the opposite direction? Considering it used to check every 250 ms, maybe 0/1 instead of 1/3? It looks like the communication with iscsiuio has a similar case where a polling function reschedules itself, following up with a patch to fix the delay there. - Chris -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
