search for: 347feb68

Displaying 4 results from an estimated 4 matches for "347feb68".

2013 Dec 22
2
Re: Connect libvirt to iSCSI target
...e. For me it does not. > Use virsh pool-dumpxml <pool> > to view the XML... Here's my XML which is directly taken from the manual. I only changed the host name to “freenas” and the device path. <pool type='iscsi'> <name>virtimages</name> <uuid>347feb68-7e11-4f2b-ba82-ada027296fb0</uuid> <capacity unit='bytes'>0</capacity> <allocation unit='bytes'>0</allocation> <available unit='bytes'>0</available> <source> <host name='freenas'/> <device path=...
2013 Dec 23
0
Re: Connect libvirt to iSCSI target
...pool-dumpxml <pool> >> to view the XML... > > Here's my XML which is directly taken from the manual. I only > changed the host name to “freenas” and the device path. > > <pool type='iscsi'> > <name>virtimages</name> > <uuid>347feb68-7e11-4f2b-ba82-ada027296fb0</uuid> > <capacity unit='bytes'>0</capacity> > <allocation unit='bytes'>0</allocation> > <available unit='bytes'>0</available> > <source> > <host name='freenas'/...
2013 Dec 23
2
Re: Connect libvirt to iSCSI target
...to view the XML... > > > > Here's my XML which is directly taken from the manual. I only > > changed the host name to “freenas” and the device path. > > > > <pool type='iscsi'> > > <name>virtimages</name> > > <uuid>347feb68-7e11-4f2b-ba82-ada027296fb0</uuid> > > <capacity unit='bytes'>0</capacity> > > <allocation unit='bytes'>0</allocation> > > <available unit='bytes'>0</available> > > <source> > > <hos...
2013 Dec 18
3
Connect libvirt to iSCSI target
Hi! I'm new to libvirt and face problems connecting to an iSCSI target. What I intend to do is to connect libvirt (I tried virt-manager and virsh) to an iSCSI target and then boot from the LUNs which contain the VMs. I followed the documentation¹ but got stuck at section 12.1.5.4.3. 1) virsh pool-define-as \ --name foo \ --type iscsi