Server will be implemented with raid 10 using two 4TB disks.Can anyone help me answering what will happen to the server if one of the disks fails will there be any interruptions on the server? Thanks in advance.
Asked
Active
Viewed 45 times
2 Answers
2
There will be no interruptions on the server and performance should be impacted negligibly. That is the advantage of using a stripe of mirrors versus parity.
Recovery and any associated downtime will depend on the technology that you are using to implement RAID

Eddie Dunn
- 463
- 2
- 9
-
+1. When a single disk fails, you still have your RAID0 array, but one of your RAID1 arrays is degraded, so your performance is unchanged until rebuild time. – Mark Henderson Dec 02 '15 at 13:58
0
On RAID 10 one disk failure there is only impact during rebuilding array. In case of HW RAID you set inside controller or in case of SW LINUX RAID you can un/limit speed

Lukáš Viktora
- 132
- 2
- 13