This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

DRBD

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This article is a stub. You can help by expanding it.
Resources

DRBD (or Distributed Replicated Block Device) is a network block device that provides reliability when storing data across multiple network nodes.

From the kernel documentation:

DRBD is a shared-nothing, synchronously replicated block device. It is designed to serve as a building block for high availability clusters and in this context, is a "drop-in" replacement for shared storage. Simplistically, you could see it as a network RAID 1.

Requirements

KERNEL Enable CONFIG_BLK_DEV_DRBD in your kernel
Device Drivers --->  Block devices --->
<*>   DRBD Distributed Replicated Block Device support

USE flags

Cannot load package information. Is the atom sys-cluster/drbd correct?

Emerge

Install sys-cluster/drbd:

root #emerge --ask sys-cluster/drbd

This package installs the userland utilities to interact with, and control DRBD. Also known as drbdsetup and drbdadm.

Errors

"ERROR: unknown cs for drbd0 : BrokenPipe, Update/DUnknown"

This error means connection state has a problem, link needs fixing, or drbd version updating. Upstream states "we had some issues with discarding the first successful connection and getting in a connect/brokenpipe loop."

Run this command to extract useful information.

root #cat /proc/drbd

External resources