From a1301c92d64113303ae263b10a9335e20801c17d Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Sun, 5 Aug 2012 10:16:45 +0200 Subject: [PATCH] ISCSIPlugin : remove specific volume_size_info no need to use volume_size_info, we can use generic volume_size_info from Plugin. (file_size_info) Signed-off-by: Alexandre Derumier --- PVE/Storage/ISCSIPlugin.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PVE/Storage/ISCSIPlugin.pm b/PVE/Storage/ISCSIPlugin.pm index c361a20..f3a402c 100644 --- a/PVE/Storage/ISCSIPlugin.pm +++ b/PVE/Storage/ISCSIPlugin.pm @@ -378,10 +378,5 @@ sub check_connection { return iscsi_test_portal($portal); } -sub volume_size_info { - my ($class, $scfg, $storeid, $volname, $timeout) = @_; - - return undef; -} 1;