[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] problem with xm create
kernel = "/boot/vmlinuz-2.6.18.8-xen" ramdisk = "/boot/initrd.img-2.6.18.8-xen" memory = 128 name = "virtualrouter1" vif = [ 'type=ioemu, mac=00:16:3e:70:00:00, bridge=xenbr1, ip=10.0.1.1, script=vif-bridge', 'type=ioemu, mac=00:16:3e:70:00:01, bridge=xenbr2, ip=10.0.2.1, script=vif-bridge', 'type=ioemu, mac=00:16:3e:70:00:02, bridge=xenbr3, ip=10.23.100.13, script=vif-bridge'] root = "UUID=94a89174-ddca-4b8c-894c-bb3b7e0c62fa ro" extra = "xencons=tty" on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' Hi,in your config the disk directive is missing. It tells the domu which disk it haves and so on. If you are using lvm in the backend, it would for example like this: If the logical volume should be recognized as a harddisk: disk = [ 'phy:/dev/volumegroup/volumename,hda,w' ] And if the volume should be just a partition: disk = [ 'phy:/dev/volumegroup/volumename,hda1,w' ] ^ HTH Regards, Jan _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |