On Mon, 2017-02-06 at 17:44 +0100, David Disseldorp wrote: > FWIW, this was configured using the script at: > https://github.com/ddiss/rapido/blob/master/lio_local_autorun.sh Hello David, Thanks for having provided that script, that's very helpful. I ran that script after I had entered the following: _fatal() { exit 1 } DYN_DEBUG_MODULES= DYN_DEBUG_FILES= INITIATOR_IQNS=" iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-test iqn.2007-10.com.github:sahlberg:libiscsi:iscsi-test-2 " TARGET_IQN=tgt1 IP_ADDR1=$(ip addr show dev eth0 | sed -n 's,^[[:blank:]]*inet \([^/]*\)/.*$,\1,p') MAC_ADDR1= IP_ADDR2= MAC_ADDR2=foobar Next, I ran the two libiscsi tests mentioned earlier: for ((i=0;i<100;i++)); do for t in ALL.iSCSITMF.LUNResetSimpleAsync ALL.MultipathIO.Reset; do iscsi-test-cu --dataloss --allow-sanitize -t $t iscsi://$IP_ADDR1/tgt1/0 iscsi://$IP_ADDR1/tgt1/0 done done That loop completed in about five seconds. Sorry but that means that I am still unable to reproduce the missing TMF reply that you have reported. Bart.-- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html