DRBD: Difference between revisions

From DWIKI
mNo edit summary
Line 45: Line 45:
=FAQ=
=FAQ=
==mount: unknown filesystem type 'drbd'==
==mount: unknown filesystem type 'drbd'==
Usually means your node is not primary
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

Revision as of 15:47, 26 October 2016

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