Il 2022-06-13 09:47 Peter Krempa ha scritto:
If you want it to be more optimized you can e.g. write a script using
python bindings for libvirt and simply keep the connection open ...
... which additionally allows you to register 'domain lifecycle events'
[1] which give you a trigger when a new V
On 6/10/22 15:31, Tomáš Golembiovský wrote:
> Hi,
>
> I am looking for clarification on what exactly is happening to the
> domain XML when resuming a suspended VM. We would like to make sure we
> don't lose any configuration and we also see some unexpected behavior.
>
> The VM with the name/UUID
On Sun, Jun 12, 2022 at 00:16:20 +0200, Gionatan Danti wrote:
> Il 2022-06-11 19:32 Laine Stump ha scritto:
[...]
> > I guess you'll need to do a "virsh dumpxml --inactive" for each guest
> > and parse it out of there.
>
> It matches my results. However, virsh dumpxml is an expensive operation -