It was taking forever to connect to my FreeNAS. It was never showing that there was an issue through SMART. I went by sound and replaced a drive via the GUI. It all seemed to go smoothly then I noticed that it was still degraded. I next ran zpool status -v. Here is the output:
This is on a FreeNAS 8.2 box with 5 - 2 terabyte drives in zfs raidz. The drive silvered properly from what I can tell. After replacing this drive I find that ada3 is the real problem.
What is my next course of action? I need to get the RAID back then take out drive ada3 and replace it with another I have here.
Thanks in advance.
Code:
[root@tank] /boot# zpool status -v
pool: Tank
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://www.sun.com/msg/ZFS-8000-8A
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
Tank DEGRADED 0 0 0
raidz1 DEGRADED 0 0 0
gptid/a9cdc49f-0c39-11e2-9903-001676d6a98b ONLINE 0 0 0
gptid/aa64809a-0c39-11e2-9903-001676d6a98b ONLINE 0 0 0
replacing DEGRADED 0 0 2
gptid/aafd2bc1-0c39-11e2-9903-001676d6a98b OFFLINE 0 0 0
gptid/03f81b29-5549-11e2-baec-001676d6a98b ONLINE 0 0 0
gptid/ab929715-0c39-11e2-9903-001676d6a98b ONLINE 0 0 0
gptid/ac251f8d-0c39-11e2-9903-001676d6a98b ONLINE 0 0 0
errors: Permanent errors have been detected in the following files:
This is on a FreeNAS 8.2 box with 5 - 2 terabyte drives in zfs raidz. The drive silvered properly from what I can tell. After replacing this drive I find that ada3 is the real problem.
What is my next course of action? I need to get the RAID back then take out drive ada3 and replace it with another I have here.
Thanks in advance.