From 33818d1604394e6242208033865217ac34156ed0 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 6 Sep 2012 10:27:56 +0200 Subject: [PATCH] lvm: add volume_snapshot Signed-off-by: Alexandre Derumier --- PVE/Storage/LVMPlugin.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PVE/Storage/LVMPlugin.pm b/PVE/Storage/LVMPlugin.pm index d49a2b9..f0dcb4d 100644 --- a/PVE/Storage/LVMPlugin.pm +++ b/PVE/Storage/LVMPlugin.pm @@ -420,4 +420,10 @@ sub volume_resize { return 1; } +sub volume_snapshot { + my ($class, $scfg, $storeid, $volname, $snap, $running) = @_; + + die "lvm snapshot is not implemented"; +} + 1; -- 2.39.2