Jamuel P. Starkey schrieb: > Does this release fix the segfault issue you guys have been working on the last few weeks related to low bandwidth links between target and initiator? It does. Although with default open-iscsi settings, your initiator will report I/O errors very soon. It is because iscsid normally waits only 15 seconds for a Nop-out response, which is surely not enough for slow links (and perhaps some DRBD or similar setups). You can increase this value with (i.e. to 1200 seconds) per target: # iscsiadm -m node -T iqn.2009-02.com.example:some.target -o update -n node.session.err_timeo.abort_timeout -v 1200 Or globally, in iscsid.conf: node.session.err_timeo.abort_timeout = 1200 Other initiators (not open-iscsi) perhaps will need similar settings. -- Tomasz Chmielewski http://wpkg.org -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html |