On Sep 19, 2010, at 12:11 AM, Stephan Ferraro wrote: > This is new for me: > > $ zpool status > pool: rpool > state: ONLINE > 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://www.sun.com/msg/ZFS-8000-9P > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > rpool ONLINE 0 0 0 > mirror-0 ONLINE 0 0 2 > c7t0d0s0 ONLINE 0 0 2 > c7t1d0s0 ONLINE 0 0 2 > > errors: No known data errors > > I never saw that before. > It means the CRC error is on the two disks. > So did ZFS deleted the bad blocks or what did it?
This strongly suggests that you need to look for issue in some common component. It may be hardware like memory, caches, CPU, system busses or storage controllers, as you disks are apparently on the same controller. It may also be some software that corrupts memory contents. To troubleshoot HW issues you may consider running memtest86 or Oracle VTS for example. Setting kmem_flags to e.g. 0xf would be helpful to catch software issue.. regards victor _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss