]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/ISCSIDirectPlugin.pm
check base image use count inside vdisk_free
[pve-storage.git] / PVE / Storage / ISCSIDirectPlugin.pm
index 545760114ab3f46e3b019104306d71205d83faf2..a2bd38f35911d6068cbc593a75cc4f803ce9bdae 100644 (file)
@@ -116,7 +116,7 @@ sub alloc_image {
 }
 
 sub free_image {
-    my ($class, $storeid, $scfg, $volname) = @_;
+    my ($class, $storeid, $scfg, $volname, $isBase) = @_;
 
     die "can't free space in iscsi storage\n";
 }