Re: [PATCH 09/10] virDomainDriverAutoShutdownDoSave: Don't attempt to save transient VMs

2025-07-04 Thread Pavel Hrdina via Devel
On Thu, Jul 03, 2025 at 02:50:32PM +0200, Peter Krempa via Devel wrote: > From: Peter Krempa > > Commit 84bb136c31e added code that intended to skip the save of > transient domains but did so only in the setup part where we pause the > VMS. The second loop that actually attempts to save the VM wa

[PATCH 09/10] virDomainDriverAutoShutdownDoSave: Don't attempt to save transient VMs

2025-07-03 Thread Peter Krempa via Devel
From: Peter Krempa Commit 84bb136c31e added code that intended to skip the save of transient domains but did so only in the setup part where we pause the VMS. The second loop that actually attempts to save the VM was not modified so we'd still try saving them: Jul 03 14:15:13 andariel virtqemud