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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user