]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/ZFSPlugin.pm
plugin: remove volume_snapshot_list
[pve-storage.git] / PVE / Storage / ZFSPlugin.pm
index 5b84d85f2efca5f1d96fe003d47c21bd415857eb..d4dc2a47a5ae363bf955c3fedbf15c09a9bba966 100644 (file)
@@ -391,12 +391,6 @@ sub volume_has_feature {
     return undef;
 }
 
-sub volume_snapshot_list {
-    my ($class, $scfg, $storeid, $volname) = @_;
-    # return an empty array if dataset does not exist.
-    die "Volume_snapshot_list is not implemented for ZFS over iSCSI.\n";
-}
-
 sub activate_storage {
     my ($class, $storeid, $scfg, $cache) = @_;