iscsidirect : has_feature

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier
2012-12-27 16:07:20 +01:00
committed by Dietmar Maurer
parent 852a55f7d2
commit cbc6fef357

View 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;