jakubjb
Dabbler
- Joined
- Feb 9, 2017
- Messages
- 29
Hi!
I found something that I thought is impossible, namely "zpool status pool0" reporting different permanent data count for root and regular user (used by monitoring system). Btw, it's FreeNAS-11.2-U5.
Here's what root sees:
Resilvering ended with 57 errors, but only 1 permanent data error shows in last line.
And here's what user zabbix-test sees:
Same 57 error after resilvering, but 59 permanent data errors reported.
Apart from different reporting for different users, why are numbers after resilvering and at the and of the output different?
My googling for this issue is unseccessful as for now.
I found something that I thought is impossible, namely "zpool status pool0" reporting different permanent data count for root and regular user (used by monitoring system). Btw, it's FreeNAS-11.2-U5.
Here's what root sees:
Code:
pool: pool0
state: DEGRADED
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://illumos.org/msg/ZFS-8000-8A
scan: resilvered 2.05T in 0 days 06:37:19 with 57 errors on Thu Jul 11 21:50:21 2019
config:
NAME STATE READ WRITE CKSUM
pool0 DEGRADED 0 0 6.43K
[..]
errors: 1 data errors, use '-v' for a list
Resilvering ended with 57 errors, but only 1 permanent data error shows in last line.
And here's what user zabbix-test sees:
Code:
pool: pool0
state: DEGRADED
status: One or more devices has experienced an error resulting in data
corruption. Applications may be affected.
action: Restore the file in question if possible. Otherwise restore the
entire pool from backup.
see: http://illumos.org/msg/ZFS-8000-8A
scan: resilvered 2.05T in 0 days 06:37:19 with 57 errors on Thu Jul 11 21:50:21 2019
config:
NAME STATE READ WRITE CKSUM
pool0 DEGRADED 0 0 6.43K
[...]
errors: 59 data errors, use '-v' for a list
Same 57 error after resilvering, but 59 permanent data errors reported.
Apart from different reporting for different users, why are numbers after resilvering and at the and of the output different?
My googling for this issue is unseccessful as for now.