oOFishbowlOo
Cadet
- Joined
- Apr 22, 2015
- Messages
- 5
Hi,
This is annoying me no end and i'm pretty sure it's something simple:
Details are:
So that was unfortunate. Failed drive smartctl looks like this:
Ordered a replacement disk (WD Red 1TB), however when I try to run the replacement procedure:
So i'm thinking this is due to the size of the swap partition (reading through the forums). I can't remember what version of FreeNAS I created this pool on (can someone tell me?), but it would have been around 8.x or maybe 9.0, so maybe i've got a 1GB swap on the old drive, and trying to create a 2GB swap on the new? I also had to do some initial partition jiggery-pokery in order to get the 2TB disk to work with the rest of the 1TB drives, but that should have only affected the 2TB disk. When I look at gpart show I don't see the 1TB drives at all, which I take to mean either they have no partition map, or they were initialized with the GUI?
So I guess my 3 questions are:
This is annoying me no end and i'm pretty sure it's something simple:
Details are:
- OS Build: FreeNAS-9.3-STABLE-201504152200 64bit
- CPU: AMD Athlon II Neo N36L / 1.3 GHz
- RAM: 8GB Kingston (unsure what model)
- MB: No idea, something proprietary
- Array: 4x 1TB WD Caviar Green, 1x 2TB WD Red (RAIDZ2)
Code:
hippo# zpool status tank
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://illumos.org/msg/ZFS-8000-8A
scan: scrub repaired 284K in 3h30m with 1 errors on Tue Apr 21 22:38:35 2015
config:
NAME STATE READ WRITE CKSUM
tank DEGRADED 0 0 1
raidz1-0 DEGRADED 0 0 2
ada0 ONLINE 0 0 0
3179613386919869858 OFFLINE 1 0 54 was /dev/ada1
ada2 ONLINE 0 0 0
ada3 ONLINE 0 0 0
gptid/f574d7c0-e77d-11e4-8fbc-3c4a9277b6d7 ONLINE 0 0 0
So that was unfortunate. Failed drive smartctl looks like this:
Code:
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green (AF, SATA 6Gb/s)
Device Model: WDC WD10EZRX-00A8LB0
Serial Number: WD-WCC1U3332544
LU WWN Device Id: 5 0014ee 2b3395687
Firmware Version: 01.01A01
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Wed Apr 22 10:52:28 2015 BST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (12540) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 144) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x30b5) 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 198 197 051 Pre-fail Always - 56741
3 Spin_Up_Time 0x0027 135 132 021 Pre-fail Always - 4241
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 35
5 Reallocated_Sector_Ct 0x0033 186 186 140 Pre-fail Always - 597
7 Seek_Error_Rate 0x002e 200 139 000 Old_age Always - 0
9 Power_On_Hours 0x0032 082 082 000 Old_age Always - 13807
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 35
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 51
193 Load_Cycle_Count 0x0032 106 106 000 Old_age Always - 283902
194 Temperature_Celsius 0x0022 116 109 000 Old_age Always - 27
196 Reallocated_Event_Count 0x0032 075 075 000 Old_age Always - 125
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 62
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 69
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 58
SMART Error Log Version: 1
No Errors Logged
Ordered a replacement disk (WD Red 1TB), however when I try to run the replacement procedure:
- zpool offline tank ada1
- *power down chassis. replace disk. power on chassis*
- In the GUI, Go Storage -> Volumes -> Volume Status -> hit "Replace" on the disk formerly known as ada1
Code:
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
So i'm thinking this is due to the size of the swap partition (reading through the forums). I can't remember what version of FreeNAS I created this pool on (can someone tell me?), but it would have been around 8.x or maybe 9.0, so maybe i've got a 1GB swap on the old drive, and trying to create a 2GB swap on the new? I also had to do some initial partition jiggery-pokery in order to get the 2TB disk to work with the rest of the 1TB drives, but that should have only affected the 2TB disk. When I look at gpart show I don't see the 1TB drives at all, which I take to mean either they have no partition map, or they were initialized with the GUI?
So I guess my 3 questions are:
- Any suggestions about what might be the issue? (i'll get the smartctl output for the new drive tonight if that'll help)
- Is there any way to work out what version of FreeNAS the pool was created under?
- Is there any way to look at the current partition map for the failed device if it's not showing up in gpart?