I've got an ZFS array of 2TB disks. One of them has failed.
I made this ZFS via the GUI. Is there a way to replace the disk in the GUI?
If not, is this the correct command to do it via text command? (from this wiki)

I made this ZFS via the GUI. Is there a way to replace the disk in the GUI?
If not, is this the correct command to do it via text command? (from this wiki)
Code:
# zpool replace -f two_tb_disk /dev/disk/by-id/scsi-2001b4d20c32c8d78-part1 /dev/sd[my-new-disk-id]
