]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuConfig.pm
qemuserver: foreach_volid: always include pending disks
[qemu-server.git] / PVE / QemuConfig.pm
index 5e46db211da94f510edd467de53a7ef11a4fcd4d..10e692998e9cdb089273f77a0ce69b262e179c5c 100644 (file)
@@ -161,7 +161,7 @@ sub get_replicatable_volumes {
        $volhash->{$volid} = 1;
     };
 
-    PVE::QemuServer::foreach_volid($conf, undef, $test_volid);
+    PVE::QemuServer::foreach_volid($conf, $test_volid);
 
     return $volhash;
 }