DRBD: Difference between revisions

From DWIKI
mNo edit summary
Line 4: Line 4:
=Links=
=Links=
*[http://www.drbd.org/ Homepage]
*[http://www.drbd.org/ Homepage]
*[https://blog.remibergsma.com/2012/09/09/building-a-redundant-pair-of-linux-storage-servers-using-drbd-and-heartbeat/ Building a redundant pair of Linux storage servers using DRBD and Heartbeat]
*http://www.asplund.nu/xencluster/page2.html
*http://www.asplund.nu/xencluster/page2.html
*http://www.linux-ha.org/wiki/Main_Page
*http://www.linux-ha.org/wiki/Main_Page

Revision as of 17:57, 9 January 2018

Distributed Replicated Block Device


Links

See also: http://www.gluster.org/ and http://ceph.com/

Support

Tools

drbdadm

drbd-overview

drbdsetup

Docs

Recovery

GFS on DRBD


Cheatsheet

Make device primary

drbdadm primary yourdeviceID

or

drbdsetup /dev/drbdX primary -o

FAQ

mount: unknown filesystem type 'drbd'

Usually means your node is not primary. If you're sure you know what you're doing you can use

mount -t ext4 /dev/drbd1 /drbdmount