iscsidirect : has_feature
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
852a55f7d2
commit
cbc6fef357
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user