I just want to double check this procedure. Comments would be appreciated.
I have a raidz1 array (tank2) with 4 hdds (2x2Tb + 2x1Tb).
The array is getting full so I need to replace the 1Tb disks with 2Tb disks.
I don't have extra SATA ports so I need to re-use the SATA port of the disk to be replaced.
Procedure:
1 - Scrub tank2
2 - Export tank2 from the GUI (so that there are no leftovers from the GUI)
3 - Zpoo Import tank2 from CLI (so I can detach)
4 - Zpool Detach the hdd to be replaced (ada5) from CLI
5 - Zpool Export tank2 (now in degraded state) from CLI
6 - Shut the system down
7 - Physically remove ada5 and replace it with a new 2Tb hdd
8 - Bring the system up
9 - Zpool Import tank2
10 - Zpool attach the new hdd to tank2
and hopefully, zpool will start resilvering automatically
11 - Let resilvering finish
12 - Autoimport tank2 from GUI
13 - Reboot
14 - Expect the worst.....
Does this look viable or am I missing something?
Also, I don't think the "Replace" button in the HDD section of the GUI works for an hdd that needs to be replaced on the same port. Not sure though. Does anybody has any experience to this regard?
I have a raidz1 array (tank2) with 4 hdds (2x2Tb + 2x1Tb).
The array is getting full so I need to replace the 1Tb disks with 2Tb disks.
I don't have extra SATA ports so I need to re-use the SATA port of the disk to be replaced.
Procedure:
1 - Scrub tank2
2 - Export tank2 from the GUI (so that there are no leftovers from the GUI)
3 - Zpoo Import tank2 from CLI (so I can detach)
4 - Zpool Detach the hdd to be replaced (ada5) from CLI
5 - Zpool Export tank2 (now in degraded state) from CLI
6 - Shut the system down
7 - Physically remove ada5 and replace it with a new 2Tb hdd
8 - Bring the system up
9 - Zpool Import tank2
10 - Zpool attach the new hdd to tank2
and hopefully, zpool will start resilvering automatically
11 - Let resilvering finish
12 - Autoimport tank2 from GUI
13 - Reboot
14 - Expect the worst.....
Does this look viable or am I missing something?
Also, I don't think the "Replace" button in the HDD section of the GUI works for an hdd that needs to be replaced on the same port. Not sure though. Does anybody has any experience to this regard?