[pve-devel] [PATCH 6/7] rbdplugin: volume_size_info
Alexandre Derumier
aderumier at odiso.com
Fri Jul 27 08:00:17 CEST 2012
return nothing for now
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/RBDPlugin.pm | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
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;
--
1.7.2.5
More information about the pve-devel
mailing list