diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 772b2cdf..9450b16d 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -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";