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:
committed by
Dietmar Maurer
parent
e47e548e51
commit
a548fd488f
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user