]> git.proxmox.com Git - qemu-server.git/commit
cfg2cmd: push vmstate to volid list to ensure it gets also deactivated
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 17:10:43 +0000 (19:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 17:10:52 +0000 (19:10 +0200)
commit8f899d734e1c84c0db2f70a7200854387a9e51da
treee6654279495e32945dbe44b97394cc410cd8e6f1
parentaf1f1ec03807cbdb4c4a3001bec06d0f70705db5
cfg2cmd: push vmstate to volid list to ensure it gets also deactivated

the volume id list is only used to activate before real start and
deactivate later, so use it for the vmstate file too.

This not only makes config_to_command have less side effects, it also
ensures that the vmstate is deactivated again

Co-developed-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm