mirror of https://github.com/jimsalterjrs/sanoid
Merge branch 'pr608' into pr-merger
This commit is contained in:
commit
9625a79e25
2
sanoid
2
sanoid
|
|
@ -1263,7 +1263,7 @@ sub check_zpool() {
|
|||
## no display for verbose level 1
|
||||
next if ($verbose==1);
|
||||
## don't display working devices for verbose level 2
|
||||
if ($verbose==2 && ($state eq "OK" || $sta eq "ONLINE" || $sta eq "AVAIL" || $sta eq "INUSE")) {
|
||||
if ($verbose==2 && ($state eq "OK" || $sta eq "ONLINE" || $sta eq "AVAIL")) {
|
||||
# check for io/checksum errors
|
||||
|
||||
my @vdeverr = ();
|
||||
|
|
|
|||
Loading…
Reference in New Issue