]> git.proxmox.com Git - pve-storage.git/commitdiff
iscsiplugin:volume_size_info
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 27 Jul 2012 06:00:14 +0000 (08:00 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jul 2012 08:45:06 +0000 (10:45 +0200)
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>
PVE/Storage/ISCSIPlugin.pm

index ef88143a800cc13e7b49cbb8b4b4fc0ac7430d7f..c361a20773ebf97df4964562e5b6d46f4a3d444e 100644 (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;