search for: virtimag

Displaying 8 results from an estimated 8 matches for "virtimag".

Did you mean: virtimg
2011 Jan 04
1
autostarting storage pool
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everyone, How do I make storage pool auto start? I have: virsh # pool-list Name State Autostart - ----------------------------------------- default active yes virtimages active no I don't see anything in pool's xml that could suit this purpose: virsh # pool-dumpxml virtimages <pool type='dir'> <name>virtimages</name> <uuid>6294915e-7b48-e610-7e46-d771c2e376a3</uuid> <capacity>84551581696&l...
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
...ample there of output that works for me. 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='...
2012 Sep 13
1
how make the pool to be inactive?
hi,all I want to delete the storage pool,but libvirt tell me say: > error: Failed to delete pool virtimages > > error: Requested operation is not valid: storage pool is still active > > > the question is how to make the pool's status to be inactive? thanks liuzhijun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archive...
2013 May 31
0
iSCSI-based Storage Pool and virsh attach-device problems/questions
...'xm console <guest>' and gain access that way. Any and all advice that you can give would be greatly appreciated. I will do everything that I can to assist as far as trying all suggestions and following directions. :) Storage Pool XML: <pool type="iscsi"> <name>virtimages</name> <source> <host name="hv02.kstanley.vm"/> <device path="iqn.2013-05.vm.kstanley.hv02:vdisks"/> </source> <target> <path>/dev/disk/by-path</path> </target> </pool> Device XML: <disk type="volume" de...
2013 Dec 23
0
Re: Connect libvirt to iSCSI target
...or 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&gt...
2013 Dec 23
2
Re: Connect libvirt to iSCSI target
...se 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>...
2010 Apr 30
1
using shared storage with libvirt/KVM?
...e iSCSI server, and cannot be created via the libvirt APIs." I'm very unclear on what this means in general, and specifically how you preallocate the the Volumes. When I make a iscsi pool available via something like this: <pool type="iscsi"> <name>virtimages</name> <source> <host name="iscsi.example.com"/> <device path="demo-target"/> </source> <target> <path>/dev/disk/by-path</path> </target> </pool...
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