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

This also avoid de call soap api each time in sub path.

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

index d2c4a24c5eebdf9b288c280b3c5c4247337336aa..239a951ff2935f28db8391e163f8241803eeaa2e 100644 (file)
@@ -311,4 +311,10 @@ sub deactivate_volume {
     return 1;
 }
 
+sub volume_size_info {
+    my ($class, $scfg, $storeid, $volname, $timeout) = @_;
+
+    return undef;
+}
+
 1;