Code: Select all
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) XendDomainInfo.create(['vm', ['name', 'games'], ['memory', '512'], ['on_poweroff', 'dest
roy'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.18-6-xen-686'], ['ramdisk', '/boot/
initrd.img-2.6.18-6-xen-686'], ['root', '/dev/sda1 ro']]], ['device', ['vbd', ['uname', 'phy:xen-vg/games-disk'], ['dev', 'sda1'], ['mode', 'w']]], ['device'
, ['vbd', ['uname', 'phy:xen-vg/games-swap'], ['dev', 'sda2'], ['mode', 'w']]], ['device', ['vif', ['ip', 'xxx.xxx.xxx.xxx']]]])
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) parseConfig: config is ['vm', ['name', 'games'], ['memory', '512'], ['on_poweroff', 'des
troy'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['image', ['linux', ['kernel', '/boot/vmlinuz-2.6.18-6-xen-686'], ['ramdisk', '/boot
/initrd.img-2.6.18-6-xen-686'], ['root', '/dev/sda1 ro']]], ['device', ['vbd', ['uname', 'phy:xen-vg/games-disk'], ['dev', 'sda1'], ['mode', 'w']]], ['device
', ['vbd', ['uname', 'phy:xen-vg/games-swap'], ['dev', 'sda2'], ['mode', 'w']]], ['device', ['vif', ['ip', 'xxx.xxx.xxx.xxx']]]]
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) parseConfig: result is {'shadow_memory': None, 'uuid': None, 'on_crash': 'restart', 'on_
reboot': 'restart', 'localtime': None, 'image': ['linux', ['kernel', '/boot/vmlinuz-2.6.18-6-xen-686'], ['ramdisk', '/boot/initrd.img-2.6.18-6-xen-686'], ['r
oot', '/dev/sda1 ro']], 'on_poweroff': 'destroy', 'bootloader_args': None, 'cpus': None, 'name': 'games', 'backend': [], 'vcpus': 1, 'cpu_weight': None, 'fea
tures': None, 'vcpu_avail': None, 'memory': 512, 'device': [('vbd', ['vbd', ['uname', 'phy:xen-vg/games-disk'], ['dev', 'sda1'], ['mode', 'w']]), ('vbd', ['v
bd', ['uname', 'phy:xen-vg/games-swap'], ['dev', 'sda2'], ['mode', 'w']]), ('vif', ['vif', ['ip', 'xxx.xxx.xxx.xxx']])], 'bootloader': None, 'cpu': None, 'maxme
m': None}
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) XendDomainInfo.construct: None
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) XendDomainInfo.initDomain: 16 1.0
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) Balloon: 3253704 KiB free; need 524288; done.
[2008-02-09 20:44:40 xend 1991] INFO (__init__:1072) buildDomain os=linux dom=16 vcpus=1
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) dom = 16
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) image = /boot/vmlinuz-2.6.18-6-xen-686
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) store_evtchn = 1
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) console_evtchn = 2
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) cmdline = root=/dev/sda1 ro
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) ramdisk = /boot/initrd.img-2.6.18-6-xen-686
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) vcpus = 1
[2008-02-09 20:44:40 xend 1991] DEBUG (__init__:1072) features =
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] ERROR (__init__:1072) Domain construction failed
Traceback (most recent call last):
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/XendDomainInfo.py", line 195, in create
vm.initDomain()
File "/usr/lib/xen-3.0.3-1/lib/python/xen/xend/XendDomainInfo.py", line 1363, in initDomain
raise VmError(str(exn))
VmError: (22, 'Invalid argument')
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) XendDomainInfo.destroy: domid=16
[2008-02-09 20:44:40 xend.XendDomainInfo 1991] DEBUG (__init__:1072) XendDomainInfo.destroyDomain(16)