2 Jan 2008 05:44
ZFS i/o errors - which disk is the problem?
Eric Anderson <anderson <at> freebsd.org>
2008-01-02 04:44:43 GMT
2008-01-02 04:44:43 GMT
I created a zpool with two new identical (500GB) SATA disks. I rsync'ed
a bunch of data over to the new ZFS file systems, and started seeing i/o
errors.
Here's how I created the file systems:
zpool create tank mirror ad6 ad8
zfs create tank/media
zfs create tank/documents
zfs set sharenfs=on tank/media
zfs set sharenfs=on tank/documents
zfs set atime=off tank
zfs set mountpoint=/media tank/media
zfs set mountpoint=/documents tank/documents
Here's what zpool status says:
# zpool status
pool: tank
state: ONLINE
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://www.sun.com/msg/ZFS-8000-8A
scrub: scrub completed with 731 errors on Tue Jan 1 15:17:08 2008
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 1.47K
(Continue reading)
RSS Feed