DRBD: Difference between revisions

From DWIKI
Line 8: Line 8:


=Docs=
=Docs=
*[http://theitdepartment.wordpress.com/2008/05/30/howto-resize-a-xen-drbd-lvm-vbd/ Resizing drbd xen lvm] (dont worry about  the meta-data if that's not internal)
*[http://theitdepartment.wordpress.com/2008/05/30/howto-resize-a-xen-drbd-lvm-vbd/ Resizing drbd xen lvm] (dont worry about  the meta-data if that's not internal) (bug it seems wrong, using phy: instead of drbd: )


=Cheatsheet=
=Cheatsheet=
==Create logical volume==
==Create logical volume==
  lvcreate -L 10G -n mylv myphysicalvolume
  lvcreate -L 10G -n mylv myphysicalvolume

Revision as of 17:34, 2 April 2011

Distributed Replicated Block Device

Xen and DRBD


Docs

  • Resizing drbd xen lvm (dont worry about the meta-data if that's not internal) (bug it seems wrong, using phy: instead of drbd: )

Cheatsheet

Create logical volume

lvcreate -L 10G -n mylv myphysicalvolume