Hello
I am in need of some guidance in replacing a HDD which ZFS is reporting as having CRC errors.
System is:
- FreeNAS-8.0-RELEASE-amd64
- ZFS2
- 8x 1.5TB HDD
- 2x 3ware 4-port controllers
- each HDD is configured as a single device on the controllers to allow ZFS to see each individual drive.
- ZFS pool was upgraded from version 13 to 15 via console upgrade command
At the console running a ZPOOL Status I see that da3 has the CRC errors.
I had assumed that this would be the 4th drive on the first controller but when taking that drive out ZPOOL stated it was device da2.
Is there a way to ensure I am taking the correct drive out?
Also I was looking at upgrading to the latest nightly build, 8.1 as I read this has improved on the ZFS tools - should I wait before applying this update?
I am in need of some guidance in replacing a HDD which ZFS is reporting as having CRC errors.
System is:
- FreeNAS-8.0-RELEASE-amd64
- ZFS2
- 8x 1.5TB HDD
- 2x 3ware 4-port controllers
- each HDD is configured as a single device on the controllers to allow ZFS to see each individual drive.
- ZFS pool was upgraded from version 13 to 15 via console upgrade command
Code:
nom# zpool get all pool NAME PROPERTY VALUE SOURCE pool size 10.9T - pool used 6.89T - pool available 3.99T - pool capacity 63% - pool altroot - default pool health ONLINE - pool guid 1890640775006263064 default pool version 15 default pool bootfs - default pool delegation on default pool autoreplace off default pool cachefile none local pool failmode wait default pool listsnapshots off default
At the console running a ZPOOL Status I see that da3 has the CRC errors.
Code:
nom# zpool status pool pool: pool 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: scrub completed after 14h54m with 0 errors on Sun Oct 30 08:01:10 2011 config: NAME STATE READ WRITE CKSUM pool ONLINE 0 0 0 raidz2 ONLINE 0 0 0 da0 ONLINE 0 0 0 da1 ONLINE 0 0 0 da2 ONLINE 0 0 0 da3 ONLINE 0 0 269K 5.53G repaired da4 ONLINE 0 0 0 da5 ONLINE 0 0 0 da6 ONLINE 0 0 0 da7 ONLINE 0 0 0 errors: No known data errors
I had assumed that this would be the 4th drive on the first controller but when taking that drive out ZPOOL stated it was device da2.
Is there a way to ensure I am taking the correct drive out?
Also I was looking at upgrading to the latest nightly build, 8.1 as I read this has improved on the ZFS tools - should I wait before applying this update?