Replacing Drive - Member disk pulldown empty

jbrooksga

Cadet
Joined
Feb 20, 2019
Messages
4
FreeNAS-11.2-RELEASE-U1
Screen Shot 2019-02-20 at 7.36.28 PM.png


I have a drive reporting sector issues so being proactive with replacement. This is the procedure followed so far:

  • Took existing disk offline
  • Shutdown system
  • Removed old disk
  • Installed replacement disk
  • Start system
  • Choose replace, but no values exist to choose from (image attached)

The results of the zpool command seem to indicate that the system does see the new disk in offline state.

root@freenas[~]# zpool status -v

pool: Pool

state: DEGRADED

status: One or more devices has been taken offline by the administrator.

Sufficient replicas exist for the pool to continue functioning in a

degraded state.

action: Online the device using 'zpool online' or replace the device with

'zpool replace'.

scan: resilvered 4.86M in 0 days 00:00:01 with 0 errors on Wed Feb 20 18:31:53 2019

config:



NAME STATE READ WRITE CKSUM

Pool DEGRADED 0 0 0

raidz2-0 DEGRADED 0 0 0

1270185846777858585 OFFLINE 0 0 0 was /dev/gptid/bc276470-2959-11e9-b420-d4ae52736f39

gptid/bfef27b4-2959-11e9-b420-d4ae52736f39 ONLINE 0 0 0

gptid/c4e48c90-2959-11e9-b420-d4ae52736f39 ONLINE 0 0 0

gptid/c98b155a-2959-11e9-b420-d4ae52736f39 ONLINE 0 0 0

gptid/d007044e-2959-11e9-b420-d4ae52736f39 ONLINE 0 0 0

gptid/d58e82cf-2959-11e9-b420-d4ae52736f39 ONLINE 0 0 0



errors: No known data errors
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
zpool status will not know anything about any disk not part of a pool, so it doesn't know anything about your new disk.

Does
Code:
camcontrol devlist
show your new disk? If yes, then try the replacement procedure with the LEGACY interface; if that works, we have a bug to report. If no, then the problem is with the disk, or its data/power connectors.
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
Indeed sir. If camcontrol does not detect the disk, then the only possible reasons are you connected the cables wrong, or you have a hardware failure.
 

jbrooksga

Cadet
Joined
Feb 20, 2019
Messages
4
Disk was supposedly tested before I received it. In any event I have another on the way.
 

DrKK

FreeNAS Generalissimo
Joined
Oct 15, 2013
Messages
3,630
Very good sir. Glad the problem was diagnosed quickly.
 
Top