|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: can't boot xen vm with drbd
In order to get it work correctly you must use the kernel & ramdisk directive
in the domU config like this
name = "atmail"
memory = "1024"
vcpus=1
cpus = ["2-3"] # VCPU0 runs on CPU2, VCPU1 runs on CPU3
-------------------------------------------------------Start Here
---------------------------------------------------------------------
kernel = '/boot/test/vmlinuz-2.6.18-194.8.1.el5xen'
ramdisk = '/boot/test/initrd-2.6.18-194.8.1.el5xen.img'
root = '/dev/VolGroup00/LogVol02'
disk = [ 'drbd:atmail,xvda,w' ]
-------------------------------------------------------End Here
---------------------------------------------------------------------
vif = [ 'mac=00:16:3E:29:13:AE,bridge=xenbr0' ]
vfb = [ 'type=vnc,vnclisten=0.0.0.0,vncdisplay=1' ]
on_reboot = 'restart'
on_crash = 'restart'
--
View this message in context:
http://xen.1045712.n5.nabble.com/can-t-boot-xen-vm-with-drbd-tp3244849p3245436.html
Sent from the Xen - User mailing list archive at Nabble.com.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|