Hey gang -
I think I goofed, but hope someone can help. I have a ZFS equiv of a RAID10 on my server, and one of the drives /dev/ada3 ate it. This is what it looked like prior to any operations:
I did the
I'm not sure what to do at this point. There's data on ada2 (diskid/DISK-69Q0A0HUF6BG) and I need to create a mirror out of it and ada3, but without destroying what's on the first one. Is there a way to do that? Or am I in trouble?
Thanks for any help.
I think I goofed, but hope someone can help. I have a ZFS equiv of a RAID10 on my server, and one of the drives /dev/ada3 ate it. This is what it looked like prior to any operations:
Code:
NAME STATE READ WRITE CKSUM
local DEGRADED 0 0 0
mirror-0 ONLINE 0 0 0
diskid/DISK-WOL240296723 ONLINE 0 0 0
diskid/DISK-WOL240299242 ONLINE 0 0 0
mirror-1 DEGRADED 0 0 0
ada3 FAULTED 0 297 0 too many errors
diskid/DISK-69Q0A0HUF6BG ONLINE 0 0 0
mirror-2 ONLINE 0 0 0
diskid/DISK-WOL240299299 ONLINE 0 0 0
diskid/DISK-WOL240299261 ONLINE 0 0 0
mirror-3 ONLINE 0 0 0
ada7 ONLINE 0 0 0
ada0 ONLINE 0 0 0
I did the
zpool offline local /dev/ada3
and then zpool detach local /dev/ada3
and I think, perhaps, this is where I mucked up? After swapping the drive out, it came back as /dev/ada3 again. I couldn't zpool replace
because the old drive was already gone and the new drive took its same name. I added the new one back hoping that because it was a RAID10, it would mirror it back up to ada2 and start the silvering process. No love.
Code:
NAME STATE READ WRITE CKSUM
local ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
diskid/DISK-WOL240296723 ONLINE 0 0 0
diskid/DISK-WOL240299242 ONLINE 0 0 0
diskid/DISK-69Q0A0HUF6BG ONLINE 0 0 0
mirror-2 ONLINE 0 0 0
diskid/DISK-WOL240299299 ONLINE 0 0 0
diskid/DISK-WOL240299261 ONLINE 0 0 0
mirror-3 ONLINE 0 0 0
ada7 ONLINE 0 0 0
ada0 ONLINE 0 0 0
ada3 ONLINE 0 0 0
I'm not sure what to do at this point. There's data on ada2 (diskid/DISK-69Q0A0HUF6BG) and I need to create a mirror out of it and ada3, but without destroying what's on the first one. Is there a way to do that? Or am I in trouble?
Thanks for any help.