DRBD: Difference between revisions

From DWIKI
Line 10: Line 10:
*[https://serverstack.wordpress.com/2017/05/31/install-and-configure-drbd-cluster-on-rhel7-centos7/  
*[https://serverstack.wordpress.com/2017/05/31/install-and-configure-drbd-cluster-on-rhel7-centos7/  
*http://www.asplund.nu/xencluster/page2.html
*http://www.asplund.nu/xencluster/page2.html
*[https://docs.linbit.com/doc/users-guide-83/s-resizing/ Resizing resources]
*http://www.linux-ha.org/wiki/Main_Page
*http://www.linux-ha.org/wiki/Main_Page
*[https://www.howtoforge.com/drbd-8.3-third-node-replication-with-debian-etch DRBD 8.3 Third Node Replication (stacked)]
*[https://www.howtoforge.com/drbd-8.3-third-node-replication-with-debian-etch DRBD 8.3 Third Node Replication (stacked)]

Revision as of 10:57, 10 April 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

sync is slow

show configuration

drbdsetup show


update network settings

drbdsetup net-options 10.0.0.1 10.0.0.2  --sndbuf-size=2M


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

reload configuration

drbdadm adjust all


show configuration of resource

drbdsetup /dev/drbd0 show