You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[working connection that successfully does read capacity 16]
iscsi_set_reconnect_max_retries(ifd->iscsi, 0);
iscsi_set_timeout(ifd->iscsi, 3);
ret = iscsi_logout_sync(ifd->iscsi);
Sometimes after executing this code the iSCSI target reports this:
Jan 6 15:47:41 Login complete, TSIH 580 (1)
Jan 6 15:47:41 Connection [iqn.2010-11.libiscsi:fio:s.580.0] unexpectedly closed
Jan 6 15:47:41 Abort connection [iqn.2010-11.libiscsi:fio:s.580.0]
Setting libiscsi logging in the client reports the following:
On macOS 10.13 I have a piece of code doing this:
Sometimes after executing this code the iSCSI target reports this:
Setting libiscsi logging in the client reports the following:
and iscsi_logout_sync has returned -1.
pcap file attached.
iscsi.pcap.gz
The text was updated successfully, but these errors were encountered: