| Just use sed and some bashing : virsh shutdown virsh edit XXXXX sed -> /var/lib/nova/instances -> /your/new/dir cd /var/lib/nova/instances/ sed every libvirt.xml file qemu img-convert -> /var/lib/nova/instances/_base/XXXX -f qcow2 -O /your/new/dir cp /var/lib/nova/instances/instance-XXX/disk /your/new/dir make a prayer then : virsh start everything Le 15 mai 2013 à 15:36, "Mac Innes, Kiall" <[email protected]> a écrit : On 15/05/13 14:22, Daniel Ellison wrote:On May 15, 2013, at 9:08 AM, "Mac Innes, Kiall" <[email protected]> wrote:Yup - Or, you could just bind mount /var/lib/nova/instances, leaving thePersonally, I would make use of a bind mount[1] rather than trying to relocate..Ok, so I would move the entire /var/lib/nova directory to /home/storage, then do a bind mount back to /var/lib/nova? And that would require no config changes at all. Nice! Thanks for the tip, Kiall. |
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp


