]> git.proxmox.com Git - qemu-server.git/commit - PVE/API2/Qemu.pm
add lock check for move_disk API call
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 22 Jul 2016 05:53:53 +0000 (07:53 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jul 2016 09:31:32 +0000 (11:31 +0200)
commitdcce9b468d6f642dee6497381a6e19ca59cff01a
tree68185b4b15985b33ddd3d4b50536c633454cbebc
parent3999f370b1ebb3ea3ba0b520be969b8f1b7706d9
add lock check for move_disk API call

this API call changes the config quite drastically, and as
such should not be possible while an operation that holds a
lock is ongoing (e.g., migration, backup, snapshot).
PVE/API2/Qemu.pm