]> git.proxmox.com Git - qemu-server.git/commit
fix: #1075: Restore VM template to VM and try to convert to template.
authorChristian Ebner <c.ebner@proxmox.com>
Fri, 19 Apr 2019 10:06:07 +0000 (12:06 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2019 17:35:32 +0000 (17:35 +0000)
commit5294c110bb20a79dde9c5553833e60c910dc5b36
tree956b15183aa69a7af6872cf12f5fd0667b591f78
parent4fdc1d3dfc8c11039c1ba001480fdba2b5a6ecec
fix: #1075: Restore VM template to VM and try to convert to template.

The restore of a backup from a VM template will first restore the VM and then
convert the restored VM back into a template.
This automatically performes the steps of the current behaviour, where the user
has to manually convert the restored VM back to a template.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
PVE/API2/Qemu.pm
PVE/QemuServer.pm