Hi,
I have a FreeBSD 10.3 installation with ZFS only. Last week my data zpool had an error. The pool state was DEGRADED but i never got a message about that. Devd is running and in /etc/devd/zfs.conf there are some actions that should be active in a default installation right?
Any idea why I got no notifications?
Thanks.
I have a FreeBSD 10.3 installation with ZFS only. Last week my data zpool had an error. The pool state was DEGRADED but i never got a message about that. Devd is running and in /etc/devd/zfs.conf there are some actions that should be active in a default installation right?
Code:
root@<host> ~ # zpool status
pool: data
state: DEGRADED
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://illumos.org/msg/ZFS-8000-9P
scan: scrub repaired 0 in 4h51m with 0 errors on Mon Sep 23 13:24:44 2013
config:
NAME STATE READ WRITE CKSUM
data DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
1831235927447848087 DEGRADED 1 442 0 was /dev/gpt/XXXXXX
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
gpt/XXXXXX ONLINE 0 0 0
errors: No known data errors
Any idea why I got no notifications?
Thanks.