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 <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier
2012-08-05 10:16:45 +02:00
committed by Dietmar Maurer
parent 2cefe81557
commit a1301c92d6

View File

@ -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;