<div>OK, tried something else just in case.   Got rid of the IP address.</div><div><br></div>I created an entry in /etc/hosts for my ZFS appliance, which has the iSCSI target.  I just called it "ZFS1"<div><br>Then I used that in the "Host Name" field.</div>
<div><br></div><div>And here is the string I am using for the "Source Path" : </div><div>iqn.1986-03.com.sun:02:44ed42e5-747b-eb6c-9273-9cebdd051c64</div><div><br></div><div>It works fine with vbox manage - I use this command :</div>
<div><br></div><div><div>VBoxManage storageattach "UbuntuServer" --storagectl "IDE Controller Ubuntu Server" --port 0 --device 1 --type hdd --medium iscsi --server 192.168.160.250 --target iqn.1986-03.com.sun:02:44ed42e5-747b-eb6c-9273-9cebdd051c64</div>
</div><div><br></div><div>And here is the error I am still getting from virt-manager :</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File "/usr/share/virt-manager/virtManager/createpool.py", line 309, in _async_pool_create</div>
<div>    poolobj = self._pool.install(create=True, meter=meter, build=build)</div><div>  File "/usr/lib/python2.4/site-packages/virtinst/Storage.py", line 353, in install</div><div>    raise RuntimeError(_("Could not define storage pool: %s" % str(e)))</div>
<div>RuntimeError: Could not define storage pool: cannot send data: Broken pipe</div></div>