http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=230
Summary: XM Create Error - Invalid key 'type'
Product: Xen
Version: unstable
Platform: All
OS/Version: Linux-2.6
Status: NEW
Severity: normal
Priority: P2
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: johnkata@xxxxxxxxxxx
I'm unable to successfully create a domain with Xend 3.0.0_pre20050906 with
Linux 2.6.12.5. The error I receive is:
Using config file "ttylinux".
Error: Error creating domain: invalid key 'type'
The config file is:
kernel = "/usr/share/xen/xenU-kernels/vmlinuz-2.6.12.5"
memory = 64
name = "ttylinux"
nics = 1
ip = "192.168.1.131"
disk = ['file:/vm/ttylinux,hda3,w']
root = "/dev/hda3 ro"
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line
78, in op_create
dominfo = self.xd.domain_create(config)
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 292, in
domain_create
dominfo = XendDomainInfo.create(self.dbmap, config)
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 161,
in create
vm.construct(config)
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 671,
in construct
self.destroy()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 799,
in destroy
self.cleanup()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 763,
in cleanup
self.release_devices()
File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 822,
in release_devices
Blkctl.block('unbind', devdb['type'].getData(),
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsobj.py", line 425,
in __getitem__
v = self.readChildDB(k)
File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsobj.py", line 521,
in readChildDB
raise LookupError("invalid key '%s'" % k)
LookupError: invalid key 'type'
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|