DRBD: Difference between revisions

From DWIKI
mNo edit summary
Line 8: Line 8:


=Docs=
=Docs=
*[http://theitdepartment.wordpress.com/2008/05/30/howto-resize-a-xen-drbd-lvm-vbd/ Resizing drbd xen lvm]
*[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)
 


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

Revision as of 18:37, 1 April 2011

Distributed Replicated Block Device

Xen and DRBD


Docs

Cheatsheet

Create logical volume

lvcreate -L 10G -n mylv myphysicalvolume