mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-24 02:04:10 +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 $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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user