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
@ -1222,15 +1222,6 @@ sub volume_snapshot_info {
|
||||
die "volume_snapshot_info is not implemented for $class";
|
||||
}
|
||||
|
||||
sub volume_snapshot_list {
|
||||
my ($class, $scfg, $storeid, $volname) = @_;
|
||||
|
||||
# implement in subclass
|
||||
die "Volume_snapshot_list is not implemented for $class";
|
||||
|
||||
# return an empty array if dataset does not exist.
|
||||
}
|
||||
|
||||
sub activate_storage {
|
||||
my ($class, $storeid, $scfg, $cache) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user