[pve-devel] [PATCH 5/7] sheepdogplugin: volume_size_info
Alexandre Derumier
aderumier at odiso.com
Fri Jul 27 08:00:16 CEST 2012
return nothing for now
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/SheepdogPlugin.pm | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/PVE/Storage/SheepdogPlugin.pm b/PVE/Storage/SheepdogPlugin.pm
index 67762c5..13b26a7 100644
--- a/PVE/Storage/SheepdogPlugin.pm
+++ b/PVE/Storage/SheepdogPlugin.pm
@@ -212,4 +212,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