I've got a 4 drive RAIDZ1 array and one of the disks is warning 'failure prediction threshold exceeded'.
It's a 4hr drive to the server to replace the drive and I'm waiting on some other hardware to come in that needs to also be installed there.
I already understand the consequences but not how RAIDz1 works completely. This is what I found;
RAID5 is a minimum of three drives but I have found drives. I see the write errors but it's not clear to me just how dangerous this is.
It seems to me that if I'm looking at RAID5 like setup, then I'm safe up to two drives going bad which gives me time to get there in a week .
The status seems to show that things are ok, other than some write errors. Am I correct in my assumptions above?
It's a 4hr drive to the server to replace the drive and I'm waiting on some other hardware to come in that needs to also be installed there.
I already understand the consequences but not how RAIDz1 works completely. This is what I found;
Code:
RAID-Z (sometimes called RAID-Z1) will provide a record of each unique data block so that
it can recover from the failure of any single disk on vdev. In this case, the data is
automatically distributed across the disk in the most optimal way. RAID-Z1 is practically
an analogue of RAID 5, as it uses single parity.
RAID5 is a minimum of three drives but I have found drives. I see the write errors but it's not clear to me just how dangerous this is.
It seems to me that if I'm looking at RAID5 like setup, then I'm safe up to two drives going bad which gives me time to get there in a week .
The status seems to show that things are ok, other than some write errors. Am I correct in my assumptions above?