]> git.proxmox.com Git - pve-storage.git/commitdiff
lvm : add volume_snapshot_rollback
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 6 Sep 2012 08:28:03 +0000 (10:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 6 Sep 2012 08:37:19 +0000 (10:37 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/LVMPlugin.pm

index f0dcb4d8013be8c0f1a8e70e03cd2a1927a3f28d..ab5505a178e1601f6cec0f5b209e649c366640b7 100644 (file)
@@ -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;