rbdplugin: volume_size_info

return nothing for now

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

View File

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