X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FStorage%2FPlugin.pm;h=641ab045a8b85581f6e8b8b72b93f8d4b2c24027;hb=aefe82ea034b3d796c59034867fe17892ba18080;hp=d0df1f98b1d267a55012e668c2987d8c52464a29;hpb=b76774e57fe66a483a7544ec5a05ba2e998eb836;p=pve-storage.git diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm index d0df1f9..641ab04 100644 --- a/PVE/Storage/Plugin.pm +++ b/PVE/Storage/Plugin.pm @@ -832,6 +832,15 @@ sub status { return ($res->{total}, $res->{avail}, $res->{used}, 1); } +sub volume_snapshot_list { + my ($class, $scfg, $storeid, $volname, $prefix, $ip) = @_; + + # implement in subclass + die "Volume_snapshot_list is not implemented for $class"; + + # retrun an empty array if dataset does not exist. +} + sub activate_storage { my ($class, $storeid, $scfg, $cache) = @_;