5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-08-29 09:49:31 +03:00

nexentaplugin : volume_size_info

return nothing for now.

This also avoid de call soap api each time in sub path.

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

View File

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