Hello List,
when i try to create a domU i get:
xm create www1.cfg
Using config file "/etc/xen/www1.cfg".
Error: Creating domain failed: name=www1
Error Log:
----------------
[2009-05-27 15:00:31 5237] DEBUG (XendDomainInfo:92)
XendDomainInfo.create(['vm', ['name', 'www1'], ['memory', '1024'],
['on_poweroff', 'destroy'], ['on_reboot', 'restart'], ['on_crash',
'restart'], ['vcpus', 1], ['on_xend_start', 'ignore'],
['on_xend_stop', 'ignore'], ['image', ['linux', ['kernel',
'/boot/vmlinuz-2.6.18.8-xenU'], ['root', '/dev/hda2 ro'], ['videoram',
4], ['args', 'xencons=tty']]], ['s3_integrity', 1], ['device', ['vbd',
['uname', 'drbd:www1'], ['dev', 'hda2'], ['mode', 'w']]]])
[2009-05-27 15:00:31 5237] DEBUG (XendDomainInfo:2295)
XendDomainInfo.constructDomain
[2009-05-27 15:00:31 5237] DEBUG (balloon:166) Balloon: 137472 KiB
free; need 4096; done.
[2009-05-27 15:00:31 5237] ERROR (XendDomainInfo:476) VM start failed
Traceback (most recent call last):
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 455, in start
XendTask.log_progress(0, 30, self._constructDomain)
File "usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line
209, in log_progress
retval = func(*args, **kwds)
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 2343, in _constructDomain
self.info['name_label'])
VmError: Creating domain failed: name=www1
[2009-05-27 15:00:31 5237] ERROR (XendDomainInfo:97) Domain construction failed
Traceback (most recent call last):
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 95, in create
vm.start()
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 455, in start
XendTask.log_progress(0, 30, self._constructDomain)
File "usr/lib/python2.5/site-packages/xen/xend/XendTask.py", line
209, in log_progress
retval = func(*args, **kwds)
File "usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py",
line 2343, in _constructDomain
self.info['name_label'])
VmError: Creating domain failed: name=www1
How can i debug this? Whats causing the error?
Thanks,
Mario
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|