I am running FreeBSD 9.1.
I have been looking at answers for this question and actually found a few, but all with no solution.
I have a 8 disk raidz2 array. One disk decided to die, no problem, I added a new disk to the computer, and then accidentally did
so now I have 8 disks, and 1 disk out of the array. As far as I have read, this means if the da1 disk dies, the whole array goes with it, which is frightening to say the least, is that true ?
Is there absolutely no way to do this without recreating the storage from scratch ? We are talking about 7 TB of data, backups and stuff. It takes days to move to another computer and days to put back.
This is how the layout looks like now :
I have been looking at answers for this question and actually found a few, but all with no solution.
I have a 8 disk raidz2 array. One disk decided to die, no problem, I added a new disk to the computer, and then accidentally did
Code:
zpool add mysan da1
so now I have 8 disks, and 1 disk out of the array. As far as I have read, this means if the da1 disk dies, the whole array goes with it, which is frightening to say the least, is that true ?
Is there absolutely no way to do this without recreating the storage from scratch ? We are talking about 7 TB of data, backups and stuff. It takes days to move to another computer and days to put back.
This is how the layout looks like now :
Code:
[root@q ~]# zpool status mysan
pool: mysan
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist for
the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
see: http://illumos.org/msg/ZFS-8000-2Q
scan: resilvered 29K in 0h0m with 0 errors on Mon May 20 19:22:06 2013
config:
NAME STATE READ WRITE CKSUM
mysan DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
da0 ONLINE 0 0 0
6676788984868813488 UNAVAIL 0 0 0 was /dev/da5
da2 ONLINE 0 0 0
da3 ONLINE 0 0 0
da4 ONLINE 0 0 0
da5 ONLINE 0 0 0
da6 ONLINE 0 0 0
da7 ONLINE 0 0 0
da1 ONLINE 0 0 0
errors: No known data errors