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:
committed by
Dietmar Maurer
parent
0002d9cc30
commit
c3013a8be5
@ -311,4 +311,10 @@ sub deactivate_volume {
|
||||
return 1;
|
||||
}
|
||||
|
||||
sub volume_size_info {
|
||||
my ($class, $scfg, $storeid, $volname, $timeout) = @_;
|
||||
|
||||
return undef;
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user