Re: [pve-devel] [PATCH] remove vm permissions after vm destroy

2015-08-12 Thread Alen Grizonic
ok. let me think about it. On 08/12/2015 04:41 PM, Dietmar Maurer wrote: I just wonder if we can avoid multiple locks/writes on user.cfg file, by adding an additional function which does both things at once? @@ -1204,6 +1193,8 @@ __PACKAGE__-register_method({

[pve-devel] [PATCH] remove vm permissions after vm destroy

2015-08-12 Thread Alen Grizonic
also removed duplicated code which is used in PVE::AccessControl and not in PVE::API2::Qemu Signed-off-by: Alen Grizonic a.grizo...@proxmox.com --- PVE/API2/Qemu.pm | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index