]> git.proxmox.com Git - qemu-server.git/commit
implement removal of vmstate via api
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 29 Nov 2019 10:06:48 +0000 (11:06 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 30 Nov 2019 16:28:23 +0000 (17:28 +0100)
commit6afb67947726771dec44f2753465e6188b06784c
tree8dee49a3205d537644f1071154ce80fa75cd11e0
parentad1d49f45cf31fda5096c8bff2e3f2be8729a44f
implement removal of vmstate via api

we did not actually delete the state if we deleted the 'vmstate' config,
leaving stray vmstates on the disks

actually implement the removal, requiring 'VM.Config.Disk' and
'VM.PowerMgmt' privs

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/API2/Qemu.pm