Displaying 1 result from an estimated 1 matches for "centos45domu".
2007 Jun 25
1
I/O errors in domU with LVM on DRBD
....00 GB] inherit
lvm.conf has;
filter = [ "r|/dev/sda3|", "a|/dev/drbd0|" ]
My xen domU conf
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
name = "centos45domU"
memory = "512"
disk = [ ''phy:/dev/mapper/VGvm1-LVroot,xvda1,w'',
''phy:/dev/mapper/VGvm1-LVtmp,xvda2,w'',
''phy:/dev/mapper/VGvm1-LVswap,xvda3,w'', ]
vif = [ ''mac=00:16:3e:d2:14:70, bridge=xenbr0''...