Re: virt-manager and iSCSI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



OK, tried something else just in case.   Got rid of the IP address.

I created an entry in /etc/hosts for my ZFS appliance, which has the iSCSI target.  I just called it "ZFS1"

Then I used that in the "Host Name" field.

And here is the string I am using for the "Source Path" : 
iqn.1986-03.com.sun:02:44ed42e5-747b-eb6c-9273-9cebdd051c64

It works fine with vbox manage - I use this command :

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

And here is the error I am still getting from virt-manager :

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/createpool.py", line 309, in _async_pool_create
    poolobj = self._pool.install(create=True, meter=meter, build=build)
  File "/usr/lib/python2.4/site-packages/virtinst/Storage.py", line 353, in install
    raise RuntimeError(_("Could not define storage pool: %s" % str(e)))
RuntimeError: Could not define storage pool: cannot send data: Broken pipe

[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux