I have a four-disk RAID-Z1 pool set up on my server (FreeBSD 10-STABLE, updated a couple weeks ago from source, the pool has had
So, I pulled a drive, and popped in one of my new shiny 4 TB drives. I mean, it's RAID-Z1, right? It can still read the pool, at least well enough for me to copy the data over.
This is what I get:
Shouldn't the status be DEGRADED? I've lost drives before, but I've never had this issue.
Searches have gained me nothing with this - everyone else I found with this issue lost more than one drive. I'm hesitant to try anything too much because I can (I assume) simply plug the drive back in again and run with it.
I'm not too worried about copying the data - there are a couple other ways I can do this - but I'm worried that either I'm missing something or that something on my machine is screwed. RAID-Z1 should be able to do what I'm planning, right?
zpool upgrade run on it). I'm wanting to replace it with a simple mirror, but I've used all my SATA ports.So, I pulled a drive, and popped in one of my new shiny 4 TB drives. I mean, it's RAID-Z1, right? It can still read the pool, at least well enough for me to copy the data over.
This is what I get:
Code:
root@marge:/home/spauldo# zpool status jails
pool: jails
state: FAULTED
status: One or more devices could not be opened. There are insufficient
replicas for the pool to continue functioning.
action: Attach the missing device and online it using 'zpool online'.
see: http://illumos.org/msg/ZFS-8000-3C
scan: none requested
config:
NAME STATE READ WRITE CKSUM
jails FAULTED 0 0 1
raidz1-0 DEGRADED 0 0 8
ada3p2 ONLINE 0 0 0
ada4p2 ONLINE 0 0 0
ada5p2 ONLINE 0 0 0
237032139794884934 UNAVAIL 0 0 0 was /dev/ada6p2
root@marge:/home/spauldo#
Shouldn't the status be DEGRADED? I've lost drives before, but I've never had this issue.
Searches have gained me nothing with this - everyone else I found with this issue lost more than one drive. I'm hesitant to try anything too much because I can (I assume) simply plug the drive back in again and run with it.
I'm not too worried about copying the data - there are a couple other ways I can do this - but I'm worried that either I'm missing something or that something on my machine is screwed. RAID-Z1 should be able to do what I'm planning, right?