|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] XCP: Migrating VM from Xen (legacy) to XCP
On 10/03/10 11:50, David Markey wrote:
Please post the complete guest config file from your debian machine.
#
# Kernel + memory size
#
kernel = '/boot/vmlinuz-2.6.26-1-xen-amd64'
ramdisk = '/boot/initrd.img-2.6.26-1-xen-amd64'
memory = '1024'
#
# Disk device(s).
#
root = '/dev/sda2 ro'
disk = [
'phy:/dev/vm_volumes/nyctalus10-swap,sda1,w',
'phy:/dev/vm_volumes/nyctalus10-disk,sda2,w',
]
#
# Hostname
#
name = 'nyctalus10'
#
# Networking
#
vif = [ 'ip=<ip>, bridge=xen-br212, mac=<mac>' ]
extra="clocksource=jiffies"
#
# Behaviour
#
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información _o)
y las Comunicaciones Aplicadas (ATICA) / \\
http://www.um.es/atica _(___V
Tfo: 868887590
Fax: 868888337
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|