]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/ISCSIPlugin.pm
Storage Plugins: extend clone_image by snap parameter and add support to RBDPlugin
[pve-storage.git] / PVE / Storage / ISCSIPlugin.pm
index 0fe8d697134fb62bc9e2bb8adbf40f9f41ba27a0..e5bb7bb4d31ce1cc5344792c74af120de7dc3dc5 100644 (file)
@@ -294,7 +294,7 @@ sub create_base {
 }
 
 sub clone_image {
-    my ($class, $scfg, $storeid, $volname, $vmid) = @_;
+    my ($class, $scfg, $storeid, $volname, $vmid, $snap) = @_;
 
     die "can't clone images in iscsi storage\n";
 }