DRBD: Difference between revisions

From DWIKI
mNo edit summary
Line 48: Line 48:
Usually means your node is not primary. If you're sure you know what you're doing you can use  
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
  mount -t ext4 /dev/drbd1 /drbdmount
==reload configuration==
drbdadm adjust all
==show configuration of resource==
drbdsetup /dev/drbd0 show

Revision as of 13:23, 28 February 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

reload configuration

drbdadm adjust all


show configuration of resource

drbdsetup /dev/drbd0 show