[virt-tools-list] virt-manager and iSCSI
Alan McKay
alan.mckay+virt at gmail.com
Thu Apr 5 15:02:30 UTC 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20120405/3c266aca/attachment.htm>
More information about the virt-tools-list
mailing list