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

index 0267a22e3d65ed2e980d09d5fb7a5834510c6a67..f054a3b6d48583f2f862d2a6248e8a068d13f40f 100644 (file)
@@ -198,4 +198,9 @@ sub volume_snapshot {
     die "volume snapshot is not possible on iscsi device";
 }
 
+sub volume_snapshot_rollback {
+    my ($class, $scfg, $storeid, $volname, $snap) = @_;
+    die "volume snapshot rollback is not possible on iscsi device";
+}
+
 1;