[pve-devel] [PATCH 07/20] iscsidirect : add volume_protect

Alexandre Derumier aderumier at odiso.com
Wed Dec 12 13:54:50 CET 2012


we can't protect an iscsi volume

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 PVE/Storage/ISCSIDirectPlugin.pm |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/PVE/Storage/ISCSIDirectPlugin.pm b/PVE/Storage/ISCSIDirectPlugin.pm
index e2490e8..2378163 100644
--- a/PVE/Storage/ISCSIDirectPlugin.pm
+++ b/PVE/Storage/ISCSIDirectPlugin.pm
@@ -208,4 +208,10 @@ sub volume_snapshot_delete {
     die "volume snapshot delete is not possible on iscsi device";
 }
 
+sub volume_protect {
+    my ($class, $scfg, $storeid, $volname, $snap, $read_only) = @_;
+    die "you can't protect an iscsi device";
+}
+
+
 1;
-- 
1.7.10.4




More information about the pve-devel mailing list