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

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