> > Is it a bug or a feature that the solaris iscsi initiator isn't able > > to connect to an iscsi target on the same machine, using either > > the 127.0.0.1 localhost address or the machine's own ip address? > > It's a bug in the initiator that's being fixed.
Is it a problem with the iscsi initiator? Or is it a "TCP Fusion loopback connection" problem, similar to this one: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6440123 Btw. I'm now able to work around the problem by disabling "tcp fusion" in the kernel - after setting do_tcp_fusion = 0, I can use the iscsi initiator to a local target: [b] # iscsitadm list target Target: disk iSCSI Name: iqn.1986-03.com.sun:02:fd97496c-f4e6-c33c-aaca-a6b9e197c531.disk Connections: 0 # echo 'do_tcp_fusion/W0' | mdb -wk do_tcp_fusion: 0x1 = 0x0 # iscsiadm add static-config iqn.1986-03.com.sun:02:fd97496c-f4e6-c33c-aaca-a6b9e197c531.disk,127.0.0.1 # format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0d0 <DEFAULT cyl 36477 alt 2 hd 255 sec 63> /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL PROTECTED],0 1. c1d0 <DEFAULT cyl 21886 alt 2 hd 255 sec 63> /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED]/[EMAIL PROTECTED],0 2. c5t01000008C7AA83B800002A00455C48EFd0 <SUN-SOLARIS-1-2.00GB> /scsi_vhci/[EMAIL PROTECTED] [/b] This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
