From c3013a8be59ff363a42fa78db7e90fd36c10d4a4 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 27 Jul 2012 08:00:18 +0200 Subject: [PATCH] nexentaplugin : volume_size_info return nothing for now. This also avoid de call soap api each time in sub path. Signed-off-by: Alexandre Derumier --- PVE/Storage/NexentaPlugin.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PVE/Storage/NexentaPlugin.pm b/PVE/Storage/NexentaPlugin.pm index d2c4a24..239a951 100644 --- a/PVE/Storage/NexentaPlugin.pm +++ b/PVE/Storage/NexentaPlugin.pm @@ -311,4 +311,10 @@ sub deactivate_volume { return 1; } +sub volume_size_info { + my ($class, $scfg, $storeid, $volname, $timeout) = @_; + + return undef; +} + 1; -- 2.39.2