Il 17/06/2014 08:14, Peter Lieven ha scritto:
BTW, while debugging a case with a bigger storage supplier I found that open-iscsi seems to do exactly this undeterministic behaviour. I have a 3TB LUN. If I access < 2TB sectors it uses READ10/WRITE10 and if I go beyond 2TB it changes to READ16/WRITE16.
Isn't that exactly what your latest patch does for >64K sector writes? :) It's the reason why I haven't merged that patch yet. Paolo