From 614e3941a3ec73bbb2ccc6342e6512263a62d3bb Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 8 Aug 2012 07:34:36 +0200 Subject: [PATCH] fix for resize: avoid conflicting path --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 3927360a..27d589fc 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1792,7 +1792,7 @@ __PACKAGE__->register_method({ __PACKAGE__->register_method({ name => 'resize_vm', - path => '{vmid}/config', + path => '{vmid}/resize', method => 'PUT', protected => 1, proxyto => 'node',