mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-02-03 13:47:15 +03:00
load config from correct node
This commit is contained in:
parent
d39020e566
commit
2dc9c14820
@ -1273,7 +1273,7 @@ __PACKAGE__->register_method({
|
|||||||
my $vmid = $param->{vmid};
|
my $vmid = $param->{vmid};
|
||||||
my $node = $param->{node};
|
my $node = $param->{node};
|
||||||
|
|
||||||
my $conf = PVE::QemuServer::load_config($vmid); # check if VM exists
|
my $conf = PVE::QemuServer::load_config($vmid, $node); # check if VM exists
|
||||||
|
|
||||||
my $authpath = "/vms/$vmid";
|
my $authpath = "/vms/$vmid";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user