From 27923b43c71531c63c77ae7935dbe80a379d30c7 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 27 Jul 2012 08:00:16 +0200 Subject: [PATCH] sheepdogplugin: volume_size_info return nothing for now Signed-off-by: Alexandre Derumier --- PVE/Storage/SheepdogPlugin.pm | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.39.5