Drbd by Marcos Benevides

:ID: 694d20ba-bdb5-419d-ae9d-0dc73c695333 :ROAM_ALIAS: DRBD

Definition

Distributed Replicated Block Device (DRBD) is a distributed replicated storage system for the Linux platform.

If you want to create an environment where multiple nodes can access your data simultaneously, the distributed replicated block device (DRBD) is an excellent choice. This is particularly true if you want to set up a two-node cluster, in which one node must be able to take over the exact state of the other node as fast as possible. The DRBD performs a delta-sync of blocks over the network, which ensures that you’ll have the exact same state on different machines in a matter of seconds. (Van Vugt 2014, 109)

Replication Modes

Protocol A
Asyncronous Writes
Protocol B
Semi-Syncronous
Protocol C
Syncronous