5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-23 17:34:34 +03:00

iscsiplugin:volume_size_info

return nothing for now, as we can't get volume used inside the volume, stats are empty.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-07-27 08:00:14 +02:00 committed by Dietmar Maurer
parent e47e548e51
commit a548fd488f

View File

@ -378,4 +378,10 @@ sub check_connection {
return iscsi_test_portal($portal);
}
sub volume_size_info {
my ($class, $scfg, $storeid, $volname, $timeout) = @_;
return undef;
}
1;