iscsi : has_feature

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

View File

@ -383,5 +383,11 @@ sub volume_resize {
die "volume resize is not possible on iscsi device";
}
sub volume_has_feature {
my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running) = @_;
return undef;
}
1;