]> git.proxmox.com Git - pve-storage.git/commitdiff
sheepdogplugin: volume_size_info
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 27 Jul 2012 06:00:16 +0000 (08:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jul 2012 08:45:16 +0000 (10:45 +0200)
return nothing for now

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/SheepdogPlugin.pm

index 67762c50390ca8b59dfcba0dfc9a589bcf9cd984..13b26a72ddc2f48cf70ac8d59d3d28d098e263de 100644 (file)
@@ -212,4 +212,10 @@ sub deactivate_volume {
     return 1;
 }
 
+sub volume_size_info {
+    my ($class, $scfg, $storeid, $volname, $timeout) = @_;
+
+    return undef;
+}
+
 1;