selfsame
Cadet
- Joined
 - Feb 25, 2016
 
- Messages
 - 8
 
I have a failing 1TB drive next to a 2TB and a 4TB drive in my data pool (Kurgan). I'm not sure what the exact configuration is but the results of  are:
It's not reporting errors, but in the FreeNAS GUI I see:
And /dev/ada1 maps to the 1TB drive. I've had to reboot twice now due to failing services (web services and ssh all become unresponsive) I think due to the scrub failing on the 1TB drive (scrub takes more than 12 hours to get to 97.54% done. I think it's hanging on bad sectors but not sure at all).
All this is to say - I want to replace the 1TB drive, but I'd rather replace it with a larger drive. According to the FreeBSD docs on ZFS, this should be possible, but I'm not clear on if I need to do anything fancy before replacing the drive (e.g. partition replacement 4TB drive as 1TB | 3TB) or which instructions I need to follow ('replace a functioning device 19.3.5' or 'dealing with failed devices 19.3.6').
Any help, advice, or pointers to relevant threads would be most welcome.
	
		
			
		
		
	
			
			Code:
$zpool status
Code:
  pool: Kurgan
 state: ONLINE
  scan: scrub in progress since Sun Feb 28 00:00:01 2016
        3.79T scanned out of 3.88T at 105M/s, 0h15m to go
        0 repaired, 97.54% done
config:
    NAME                                          STATE     READ WRITE CKSUM
    Kurgan                                        ONLINE       0     0     0
      gptid/90e48b8b-409c-11e5-a865-d0509964e4cf  ONLINE       0     0     0
      gptid/8d79ac89-58e9-11e5-a961-d0509964e4cf  ONLINE       0     0     0
      gptid/94b3f008-58e9-11e5-a961-d0509964e4cf  ONLINE       0     0     0
errors: No known data errors
  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0h2m with 0 errors on Wed Feb 24 03:47:38 2016
config:
    NAME                                          STATE     READ WRITE CKSUM
    freenas-boot                                  ONLINE       0     0     0
      gptid/bc0ea89f-4098-11e5-90c7-d0509964e4cf  ONLINE       0     0     0
errors: No known data errorsIt's not reporting errors, but in the FreeNAS GUI I see:
- CRITICAL: Device: /dev/ada1, 1 Currently unreadable (pending) sectors
 - CRITICAL: Device: /dev/ada1, 1 Offline uncorrectable sectors
 
And /dev/ada1 maps to the 1TB drive. I've had to reboot twice now due to failing services (web services and ssh all become unresponsive) I think due to the scrub failing on the 1TB drive (scrub takes more than 12 hours to get to 97.54% done. I think it's hanging on bad sectors but not sure at all).
All this is to say - I want to replace the 1TB drive, but I'd rather replace it with a larger drive. According to the FreeBSD docs on ZFS, this should be possible, but I'm not clear on if I need to do anything fancy before replacing the drive (e.g. partition replacement 4TB drive as 1TB | 3TB) or which instructions I need to follow ('replace a functioning device 19.3.5' or 'dealing with failed devices 19.3.6').
Any help, advice, or pointers to relevant threads would be most welcome.