Re: [libvirt-users] How to install libvirt 0.9.4 RPM on Fedora 14?

2011-09-14 Thread Soeren Grunewald
Hi, If i remember correctly you'll also need to update xen-libs and qemu in order to use virtio disks. Since libvirt does not correctly passes the argument to qemu. Instead of disk=...,if=virtio it passes disk=...,if=none. With older versions of qemu (< 0.15.x) this will lead to non booting v

Re: [libvirt-users] Changing path of VM configuration files

2011-07-07 Thread Soeren Grunewald
Hallo, the easiest way to do this, would be to mount /etc/libvirt to a different location. e.g. using nfs. $ cat /etc/fstab :/libvirt/configs /etc/libvirt nfs defaults 0 0 :/libvirt/images/var/lib/libvirt/images nfs defaults 0 0 -- Regards Soeren On 07/08/2011 01:40 AM,

Re: [libvirt-users] pre/post vm start commands

2010-02-12 Thread Soeren Grunewald
ok, thx i'm afraid thats truly the best way to do it...for me -- Thx again Soeren On 11.02.2010 12:57, Daniel P. Berrange wrote: On Thu, Feb 11, 2010 at 11:54:45AM +, Daniel P. Berrange wrote: On Wed, Feb 10, 2010 at 06:26:02PM +0100, Soeren Grunewald wrote: Hi there, for developm

[libvirt-users] pre/post vm start commands

2010-02-10 Thread Soeren Grunewald
Hi there, for development i use a windows vm. which is installed into a disk image. because the compiler generates a lot of temporary files into the user tempdir (C:\\Documents And Users\\User\\Local Settings\\Temp) the vm becomes quite slow after a couple of weeks and i register a lot activi