mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 08:43:23 +00:00
fix for resize: avoid conflicting path
This commit is contained in:
parent
0d02881ce5
commit
614e3941a3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user