From cbc6fef35726ab283ebdba92c0a019f6b06061c7 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 27 Dec 2012 16:07:20 +0100 Subject: [PATCH] iscsidirect : has_feature Signed-off-by: Alexandre Derumier --- PVE/Storage/ISCSIDirectPlugin.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PVE/Storage/ISCSIDirectPlugin.pm b/PVE/Storage/ISCSIDirectPlugin.pm index e2490e8..b648fd5 100644 --- a/PVE/Storage/ISCSIDirectPlugin.pm +++ b/PVE/Storage/ISCSIDirectPlugin.pm @@ -208,4 +208,10 @@ sub volume_snapshot_delete { die "volume snapshot delete is not possible on iscsi device"; } +sub volume_has_feature { + my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running) = @_; + + return undef; +} + 1; -- 2.39.2