Replacing HDD in ZFS on FreeNAS 8.2.0-RELEASE

Status
Not open for further replies.

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
I appear to have a failing hard drive in my RAIDZ1 array. I've seen instructions for replacing a drive under prior versions; are they still valid for 8.2, or does the GUI "Replace" button work reliably (and if so, how do I use it)? The Wiki doesn't seem to have any documentation on this subject.
 

ctantra

Dabbler
Joined
Aug 4, 2011
Messages
29
Just replace the bad drive, let it re-silver, than detach the old bad drive.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
The FreeNAS manual provides thorough instructions for replacing failed drives(or upgrading for that matter). The instructions are exactly the same as far as I know. The buttons might have moved slightly or something like that, but the basic theory is still the same.
 

survive

Behold the Wumpus
Moderator
Joined
May 28, 2011
Messages
875

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Replaced the drive over the weekend, and it worked fine. Only oddity now is that 'zpool status zfs1' returns a very long string for the device name of the new drive, unlike ada1 and ada2 for the other drives in the pool. Definitely not a big deal, though. Thanks again!
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,402
Only oddity now is that 'zpool status zfs1' returns a very long string for the device name of the new drive, unlike ada1 and ada2 for the other drives in the pool.
That would be the gptid vs devname. To match the device names with the corresponding gptid the following should be sufficient:
Code:
glabel status
If not there is the much longer:
Code:
glabel list
 
Status
Not open for further replies.
Top