mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
8 lines
369 B
Text
8 lines
369 B
Text
|
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.
|