From b2c1ab4bd609762f4615d5a76213aca8792b1327 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 6 Sep 2012 10:28:11 +0200 Subject: [PATCH] iscsidirect : add volume_snapshot_delete Signed-off-by: Alexandre Derumier --- PVE/Storage/ISCSIDirectPlugin.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PVE/Storage/ISCSIDirectPlugin.pm b/PVE/Storage/ISCSIDirectPlugin.pm index f054a3b..e2490e8 100644 --- a/PVE/Storage/ISCSIDirectPlugin.pm +++ b/PVE/Storage/ISCSIDirectPlugin.pm @@ -203,4 +203,9 @@ sub volume_snapshot_rollback { die "volume snapshot rollback is not possible on iscsi device"; } +sub volume_snapshot_delete { + my ($class, $scfg, $storeid, $volname, $snap) = @_; + die "volume snapshot delete is not possible on iscsi device"; +} + 1; -- 2.39.2