The problem is in opensolaris. When you use the SendTargets discover
method, opensolaris return the iqn, port and ip of the target. This ip
is a ipv6. You can se it with wireshark, for example.

Solution: disable ipv6 interface in opensolaris.

1. Connect to your opensolaris machine.
2. Look up your interface: ifconfig -a. I supose that the interface is e1000g0.
3. Edit /etc/nwam/llp and look up for a line similar to "e1000g0 dhcp" and 
change it for "e1000g0 noipv6 dhcp".
4. Disable ndp: svcadm disable ndp.

I hope this solve your problem.

-- 
open-iscsi initiator tries to resolve ipv6 address of target and fails
https://bugs.launchpad.net/bugs/380663
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to