Here's a little patch for the isns part. Seems that when incorporating the open-iscsi isns stuf in tgt the change from initiator type to target type was forgotton. In particular file usr/iscsi/isns.c ISNS_NODE_INITIATOR -> ISNS_NODE_TARGET ISNS_SCN_FLAG_INITIATOR -> ISNS_SCN_FLAG_TARGET There are quite a few local parameters left in with initiator in the name, but I left those in, this patch only let tgt tell to isns that it is a target. Albert -------------- next part -------------- A non-text attachment was scrubbed... Name: isns.patch Type: text/x-patch Size: 1104 bytes Desc: not available Url : https://lists.berlios.de/pipermail/stgt-devel/attachments/20070915/b47f0c54/attachment.bin |