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
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?
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
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
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