DRBD: Difference between revisions
From DWIKI
mNo edit summary |
m (→Docs) |
||
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 17:37, 1 April 2011
Distributed Replicated Block Device
Docs
- Resizing drbd xen lvm (dont worry about the meta-data if that's not internal)
Cheatsheet
Create logical volume
lvcreate -L 10G -n mylv myphysicalvolume