]> git.proxmox.com Git - qemu-server.git/commitdiff
get_replicatable_volumes: add $vmid parameter
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 07:01:27 +0000 (09:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Jun 2017 07:02:06 +0000 (09:02 +0200)
PVE/QemuConfig.pm

index 8a8cb5b8a4591c0bdc7ed14e82714ebca1a1439a..98708e7c5ed4a28037d6f5b03b31601c52467597 100644 (file)
@@ -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 = {};