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

2011-07-08 Thread Eric Blake
On 07/08/2011 12:45 AM, Soeren Grunewald wrote: > 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 Beware - doing this interferes with migrations.

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,

[libvirt-users] Changing path of VM configuration files

2011-07-07 Thread Jatin Kumar
Hello, I am using shared storage and i want to keep all the configuration files of vms of different hosts in one single location (on shared storage). Is there a way i can change the default path=/etc/libvirt/qemu/.xml to something else. I looked into libvirtd.conf and qemu.conf but could not find a