]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/ZFSPlugin.pm
volume_snapshot_list: remove $ip parameter
[pve-storage.git] / PVE / Storage / ZFSPlugin.pm
index 500cb09fd43c04c7a30895e8eae62f609c108d48..032bdf0d74d388e9201d9b4386f7c8a69bd80aa1 100644 (file)
@@ -363,7 +363,7 @@ sub volume_has_feature {
 }
 
 sub volume_snapshot_list {
-    my ($class, $scfg, $storeid, $volname, $prefix, $ip) = @_;
+    my ($class, $scfg, $storeid, $volname, $prefix) = @_;
     # return an empty array if dataset does not exist.
     die "Volume_snapshot_list is not implemented for ZFS over iSCSI.\n";
 }