lvm: has_feature
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
767132f72a
commit
f7d4064fec
@ -438,4 +438,10 @@ sub volume_snapshot_delete {
|
|||||||
die "lvm snapshot delete is not implemented";
|
die "lvm snapshot delete is not implemented";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub volume_has_feature {
|
||||||
|
my ($class, $scfg, $feature, $storeid, $volname, $snapname, $running) = @_;
|
||||||
|
|
||||||
|
return undef;
|
||||||
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user