Re: submitting a patch to fix documentation errors

2021-04-09 Thread Tom Ammon
On Fri, Apr 9, 2021 at 3:26 AM Daniel P. Berrangé wrote: > On Fri, Apr 09, 2021 at 12:16:36AM -0500, Tom Ammon wrote: > > Hello, > > > > While using the libvirt application development guide for python ( > > > https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/index.html > ) > > I fo

live migrate storage to different volume on the same host

2021-04-09 Thread Jing-Wei Su
Hello experts, I would like to move the qcow2 disk images of a running VM to a different storage because of the maintenance of the underlying storage on the same host. I found the live migration is not allowable on the same host using virsh. Is there any suggestion or better practices for this?

Re: how to use external snapshots with memory state

2021-04-09 Thread Riccardo Ravaioli
Hi all, Can I get some feedback on these two questions I posted a while back, concerning external snapshots: On Tue, 26 Jan 2021 at 00:15, Riccardo Ravaioli wrote: [...] > 1) When creating an external online snapshot (disks+memory) of a qemu-KVM > VM, I'd like to store the backing files in a s

Re: Creating Virtual machine with .OVF format

2021-04-09 Thread Daniel P . Berrangé
On Thu, Apr 08, 2021 at 05:51:54PM -0400, Ajay Kumar wrote: > Hello members, > > I would like to create virtual machine images with some pre-installed > software in a .*OVF/OVA* format. So that I can use these* OVF > *images/templates > for any hypervisor to create a VM. Big caveat: OVF/OVA only

Re: submitting a patch to fix documentation errors

2021-04-09 Thread Daniel P . Berrangé
On Fri, Apr 09, 2021 at 12:16:36AM -0500, Tom Ammon wrote: > Hello, > > While using the libvirt application development guide for python ( > https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/index.html) > I found a couple of errors in the example code that I'd like to fix. I've > cre