Opened 20 months ago
Closed 19 months ago
#866 closed defect (fixed)
Alert system should give a notice when zpool status -x have output
| Reported by: | delphij | Owned by: | william |
|---|---|---|---|
| Priority: | critical | Milestone: | 8.2.0-RELEASE |
| Component: | Backend | Version: | 8.0.1-RELEASE |
| Keywords: | Cc: |
Description
Currently the health state is obtained by issuing "zpool list -o health". However, this does not take account into "soft" errors like a corrected checksum error, like detected during monthly zpool scrub.
It's desirable that alert system give alerts when there is checksum errors as well.
To reproduce (assuming tank is a pool mirrored or raidz with da3p2 as member):
zpool export tank
dd if=/dev/random of=/dev/da3p2 bs=1m count=1024
zpool import -R /mnt tank
zpool scrub tank
The scrub process would detect errors while the system will still consider the pool 'online'.
This is marked as critical as 'soft' errors sometimes predate real and unrecoverable errors and data integrity is our #1 goal.
Change History (2)
comment:1 Changed 19 months ago by william
- Owner set to william
- Status changed from new to accepted
comment:2 Changed 19 months ago by william
- Resolution set to fixed
- Status changed from accepted to closed

I believe this is fixed in r8680.