MarciSD
Cadet
- Joined
- Jun 29, 2014
- Messages
- 1
Hi,
A few days ago, my FreeNAS "broke" after a power failiure. I did a little research and found out about zpool scrub. Here was my zpool status before scrub:
And here is the status after scrub:
Then I used the SMART test to determine the state of my discs and this one looks problematic.
Now, my question is. What are the next steps that i need to do? Do I need to replace my disc? Or is it safe to just remove it from my ZFS pool?
My device is a simple desktop-turned-NAS and its not using a ECC memory.
Thanks in advance for the advice.
A few days ago, my FreeNAS "broke" after a power failiure. I did a little research and found out about zpool scrub. Here was my zpool status before scrub:
Code:
[root@freenas ~]# zpool status pool: FNAS 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://illumos.org/msg/ZFS-8000-8A scan: scrub in progress since Sun Jun 29 01:21:28 2014 1.40T scanned out of 1.40T at 42.6M/s, 0h0m to go 0 repaired, 100.00% done config: NAME STATE READ WRITE CKSUM FNAS ONLINE 69 0 0 gptid/2f36ff86-3ab2-11e3-a5dd-bc5ff495ed99 ONLINE 0 0 0 gptid/1e026827-4385-11e3-9e04-bc5ff495ed99 ONLINE 69 0 0 errors: 5 data errors, use '-v' for a list
And here is the status after scrub:
Code:
[root@freenas ~]# zpool status pool: FNAS 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://illumos.org/msg/ZFS-8000-9P scan: scrub repaired 0 in 9h36m with 0 errors on Sun Jun 29 10:57:59 2014 config: NAME STATE READ WRITE CKSUM FNAS ONLINE 69 0 0 gptid/2f36ff86-3ab2-11e3-a5dd-bc5ff495ed99 ONLINE 0 0 0 gptid/1e026827-4385-11e3-9e04-bc5ff495ed99 ONLINE 69 0 0 errors: No known data errors
Then I used the SMART test to determine the state of my discs and this one looks problematic.
Code:
=== START OF INFORMATION SECTION === Model Family: Western Digital Caviar Blue Serial ATA Device Model: WDC WD10EALS-00Z8A0 Serial Number: WD-WCATR0945010 LU WWN Device Id: 5 0014ee 259b796b6 Firmware Version: 05.01D05 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Size: 512 bytes logical/physical Device is: In smartctl database [for details use: -P show] ATA Version is: ATA8-ACS (minor revision not indicated) SATA Version is: SATA 2.6, 3.0 Gb/s Local Time is: Sun Jun 29 11:20:32 2014 PDT SMART support is: Available - device has SMART capability. SMART support is: Enabled Short self-test routine recommended polling time: ( 2) minutes. Extended self-test routine recommended polling time: ( 182) minutes. Conveyance self-test routine recommended polling time: ( 5) minutes. SCT capabilities: (0x3037) SCT Status supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x002f 171 171 051 Pre-fail Always - 71842 3 Spin_Up_Time 0x0027 175 174 021 Pre-fail Always - 4250 4 Start_Stop_Count 0x0032 098 098 000 Old_age Always - 2330 5 Reallocated_Sector_Ct 0x0033 106 106 140 Pre-fail Always FAILING_NOW 750 7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0 9 Power_On_Hours 0x0032 092 092 000 Old_age Always - 6517 10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0 11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0 12 Power_Cycle_Count 0x0032 099 099 000 Old_age Always - 1714 192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 114 193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 2215 194 Temperature_Celsius 0x0022 105 093 000 Old_age Always - 42 196 Reallocated_Event_Count 0x0032 001 001 000 Old_age Always - 680 197 Current_Pending_Sector 0x0032 199 199 000 Old_age Always - 218 198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 9 199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0 200 Multi_Zone_Error_Rate 0x0008 165 149 000 Old_age Offline - 7051 SMART Error Log Version: 1 No Errors Logged SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Extended offline Completed: read failure 90% 6485 995865938 SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay.
Now, my question is. What are the next steps that i need to do? Do I need to replace my disc? Or is it safe to just remove it from my ZFS pool?
My device is a simple desktop-turned-NAS and its not using a ECC memory.
Thanks in advance for the advice.