This section describes how to install, configure, and manage a device-level software RAID 1 across a network using DRBD* (Distributed Replicated Block Device) for Linux.
DRBD allows you to create a mirror of two block devices that are located at two different sites across an IP network. When used with HeartBeat 2 (HB2), DRBD supports distributed high-availability Linux clusters.
![]() | Important |
|---|---|
The data traffic between mirrors is not encrypted. For secure data exchange, you should deploy a virtual private network (VPN) solution for the connection. | |
Data on the primary device is replicated to the secondary device in a way that ensures that both copies of the data are always identical.
By default, DRBD uses the TCP port 7788 for communications between DRBD nodes.
The open source version of DRBD supports up to 4 TB as maximal overall size of all devices. If you need a device larger than 4 TB, you can use DRBD+, which is commercially available from Linbit*.
You must set up the DRBD devices before creating file systems on them. Everything to do with user data should be done solely via the /dev/drbd<n> device, not on the raw device, because DRBD uses the last 128 MB of the raw device for metadata.
![]() | Important |
|---|---|
Make sure to create file systems only on the | |
For example, if the raw device is 1024 MB in size, the DRBD device has only 896 MB available for data, with 128 MB hidden and reserved for the metadata. Any attempt to access the space between 896 MB and 1024 MB fails because it is not available for user data.