[pve-devel] [PATCH 13/21] lvm : add volume_snapshot_rollback
Alexandre Derumier
aderumier at odiso.com
Thu Sep 6 10:28:03 CEST 2012
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/Storage/LVMPlugin.pm | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
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;
--
1.7.2.5
More information about the pve-devel
mailing list