]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
migrate: check storage permissions and content type
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 30 Mar 2020 11:41:34 +0000 (13:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Apr 2020 15:07:23 +0000 (17:07 +0200)
commitaea447bb9d472eccfc481056b1d5dbd2299fb1b8
tree68142a52063de2527eeda67af42d189776f1c3ff
parentbf8fc5a3075285101be21507d2edc139ce2ceaf4
migrate: check storage permissions and content type

both where previously missing. the existing 'check_storage_access'
helper is not applicable here since it operates on a full set of VM
config options, not just storage IDs.

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