diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index 0676102..7b6597e 100644 --- a/PVE/Storage/RBDPlugin.pm +++ b/PVE/Storage/RBDPlugin.pm @@ -246,4 +246,10 @@ sub deactivate_volume { return 1; } +sub volume_size_info { + my ($class, $scfg, $storeid, $volname, $timeout) = @_; + + return undef; +} + 1;