From 051e85b8275089fb8bb1e2cfcf0a59664c931fd9 Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 6 Sep 2012 10:28:03 +0200 Subject: [PATCH] lvm : add volume_snapshot_rollback 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 f0dcb4d..ab5505a 100644 --- a/PVE/Storage/LVMPlugin.pm +++ b/PVE/Storage/LVMPlugin.pm @@ -426,4 +426,10 @@ sub volume_snapshot { die "lvm snapshot is not implemented"; } +sub volume_snapshot_rollback { + my ($class, $scfg, $storeid, $volname, $snap) = @_; + + die "lvm snapshot rollback is not implemented"; +} + 1; -- 2.39.2