diff --git a/PVE/QemuConfig.pm b/PVE/QemuConfig.pm index 8a8cb5b8..98708e7c 100644 --- a/PVE/QemuConfig.pm +++ b/PVE/QemuConfig.pm @@ -64,7 +64,7 @@ sub has_feature { } sub get_replicatable_volumes { - my ($class, $storecfg, $conf, $cleanup, $noerr) = @_; + my ($class, $storecfg, $vmid, $conf, $cleanup, $noerr) = @_; my $volhash = {};