Remove pool with -f parameter.
The test pool will not removed if we do not force it.
This commit is contained in:
committed by
Thomas Lamprecht
parent
77445e9b80
commit
c7b06c4f54
@ -2643,7 +2643,7 @@ sub setup_zpool {
|
|||||||
sub clean_up_zpool {
|
sub clean_up_zpool {
|
||||||
|
|
||||||
eval {
|
eval {
|
||||||
run_command("zpool destroy $subvol");
|
run_command("zpool destroy -f $subvol");
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
warn $@;}
|
warn $@;}
|
||||||
|
|||||||
Reference in New Issue
Block a user