plugin: remove volume_snapshot_list
which was only used by replication, but now replication uses volume_snapshot_info instead. Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
committed by
Fabian Grünbichler
parent
8c20d8afa3
commit
dc992e7b89
@ -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) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user