]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
pending changes: allow skipping cloud-init
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 17 Nov 2022 13:33:40 +0000 (14:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 14:21:39 +0000 (15:21 +0100)
commite97bbbb64d30a0610054a6c368f3c7462dcc5e52
tree44d44c94accfa64eb8412bfa78ee28e0dbc7d20f
parent9660e606eed110d07056e4ccad6e994f3ced5efb
pending changes: allow skipping cloud-init

in case of remote migration, we use the `update_vm_api` helper for
checking permissions on the incoming config. this would also cause an
incoming cloud-init image to be overwritten, since the VM is not running
yet at this point.

provide a parameter which can be set by an incoming *remote* migration
to avoid having inconsistent cloud init images on the source and target
side.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/QemuServer.pm