RE: Change default libvirt storage pool location on KVM

2013-09-13 Thread David Ortiz
Travis, Change the property local.storage.path in /etc/cloud/agent/agent.properties. Thanks, Dave Date: Thu, 29 Aug 2013 21:03:51 +0530 Subject: Re: Change default libvirt storage pool location on KVM From: rajuj...@gmail.com To: users@cloudstack.apache.org Hello Travis

RE: Change default libvirt storage pool location on KVM

2013-09-13 Thread David Ortiz
the new approach is as I expect to be setting up a KVM cluster with 4.2 in the next couple months (which will hopefully be the same). =D Subject: Re: Change default libvirt storage pool location on KVM From: tgra...@tgraham.us Date: Fri, 13 Sep 2013 16:12:52 -0400 To: users@cloudstack.apache.org

Re: Change default libvirt storage pool location on KVM

2013-09-13 Thread Travis Graham
: Travis, Change the property local.storage.path in /etc/cloud/agent/agent.properties. Thanks, Dave Date: Thu, 29 Aug 2013 21:03:51 +0530 Subject: Re: Change default libvirt storage pool location on KVM From: rajuj...@gmail.com To: users@cloudstack.apache.org Hello Travis

Re: Change default libvirt storage pool location on KVM

2013-08-29 Thread Ove Ewerlid
Until you figure this out, you can use bind mount to bind /var/lib/libvirt/images to a larger local directory. Lines such as this would exist in /etc/fstab; /data1/var/lib/libvirt/images /var/lib/libvirt/images none bind 0 0 ignore if you are already using this method and need to other

Re: Change default libvirt storage pool location on KVM

2013-08-29 Thread Jithin Raju
Hello Travis, If you are using virt-manager GUI then you can select the host, in case of localhost select localhost (qemu connection) go to edit-connection details there you have storage and you should be able to delete add or whatever. If no GUI then use 'virsh' with storage pool commands. first