summaryrefslogtreecommitdiffstats
path: root/system/drbd/README
blob: fe0d0959b788d3a1cead8db0d3423efcc49c41fd (plain)
1
2
3
4
5
6
7
drbd (Distributed Replicated Block Device)

DRBD is a block device which is designed to build high availability
clusters. This is done by mirroring a whole block device via
(a dedicated) network. You could see it as a network RAID1. DRBD
takes over the data, writes it to the local disk and sends it to
the other host. On the other host, it takes it to the disk there.