]> git.proxmox.com Git - pve-storage.git/commitdiff
iscsidirect : has_feature
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 27 Dec 2012 15:07:20 +0000 (16:07 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 28 Dec 2012 06:53:25 +0000 (07:53 +0100)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/ISCSIDirectPlugin.pm

index e2490e8c185e8366e18f6f03fc7b6fb2d8208a98..b648fd513561296303b61a49f82a578af008bfae 100644 (file)
@@ -208,4 +208,10 @@ sub volume_snapshot_delete {
     die "volume snapshot delete is not possible on iscsi device";
 }
 
+sub volume_has_feature {
+    my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running) = @_;
+    
+    return undef;
+}
+
 1;