Okay, I just tested from a remote machine with open-iscsi from Trusty:
inaddy@dixie:~$ dpkg -l | grep iscsi ii open-iscsi 2.0.873-3ubuntu9 amd64 High performance, transport independent iSCSI implementation inaddy@dixie:~$ sudo iscsiadm -m discovery --op=new --op=delete --type sendtargets --portal 172.16.0.1 -I iser 172.16.0.1:3260,1 iqn.2001-04.com.hertz-lunit1 inaddy@dixie:~$ sudo iscsiadm -m node -l Logging in to [iface: iser, target: iqn.2001-04.com.hertz-lunit1, portal: 172.16.0.1,3260] (multiple) Login to [iface: iser, target: iqn.2001-04.com.hertz-lunit1, portal: 172.16.0.1,3260] successful. inaddy@dixie:~$ sudo dd if=/dev/zero of=/dev/sdc bs=1M count=1024 oflag=direct 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 0.807006 s, 1.3 GB/s And it worked, saying that the problem was actually related to TGT daemon and NOT open-iscsi package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1401575 Title: HP Moonshot/McDivitt: iSER compatibility issues between x86 OFED target and McDivitt ARM64 client To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1401575/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
