DRBD is a Distributed Replicated Block Device. Developed by LinBit it is now part of the standard-linux-kernel. Regard it as RAID 1 across an IP-network using any type of block device. Normally only the "primary" side can write.
1
vote
1answer
1k views
DRBD experimentation and virtualization
This was one of those thoughts that were tickling the back of my mind.
I'm working on a home testbed of a high-availability cluster consisting of just computers, not a SAN or NAS for storage, just ...
2
votes
3answers
2k views
DRBD / Heartbeat on Virtual Machines
Does anyone have experience configuring drbd with heartbeat between 2 virtual linux machines (VMWare Infrastructure)?
The problem I am running into is that heartbeat likes multiple data paths to see ...