> The servers have a RAID0 array which is mirrored by drbd.
>
> My question is what happens if one HDD from the RAID0 array on one
> server fails and the RAID array is broken? Will DRBD mirror the broken
> stuff to the other server too messing up the data?

As I understand it, DRBD only knows about modifications to the
resource as they move down the stack( DRBD -> RAID -> DISK ).  Since a
broken RAID array happens at a lower level than the DRBD resource,
it's not going to start pushing those changes across.  It should,
however, receive an IO error and respond to that based on your config
settings.

-Ben
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to