[pve-devel] applied: [PATCH qemu-server 1/2] vm_resume: fix nocheck/migrate handling
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Nov 21 14:08:29 CET 2022
Am 21/11/2022 um 13:16 schrieb Fabian Grünbichler:
> it's not deterministic whether the rename/move of the VM config
> triggered on the source side of a migration is already visible on the
> target side when vm_resume is executed. check the vmlist for the node
> where the config is currently located if $nocheck is set - it is now
> needed to add the forwarding DB entries to the bridge.
>
> this fixes an issue on busier or slower clusters, where pmxcfs hasn't
> yet processed the rename, and resuming would fail with an error about
> the config not existing.
>
> Reported-by: Dominik Csapak <d.csapak at proxmox.com>
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> PVE/QemuServer.pm | 13 +++++++++++--
> 1 file changed, 11 insertions(+), 2 deletions(-)
>
>
applied both patches and fixed up the indentation errors in this one, thanks!
More information about the pve-devel
mailing list