|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 936] New: An unstarted domain is not registered
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=936
Summary: An unstarted domain is not registered
Product: Xen
Version: unstable
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Tools
AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
ReportedBy: kanno.masaki@xxxxxxxxxxxxxx
I tried the following operations with xen-unstable:cs14488.
1. xm new command
2. xend stop command
3. xend start command.
The result was as follows. And I saw the following Traceback
message in the xend.log.
FYI, if there is not the cpus parameter in the domain
configuration file, the unstarted domain is registered.
# xm new /xen/vm1.conf
Using config file "/xen/vm1.conf".
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 512 2 r----- 65.9
vm1 256 2 0.0
# xend stop
# xend start
# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 512 2 r----- 69.8
#
[2007-03-23 19:20:03 5405] ERROR (XendDomain:331) Unable to open or parse
config.sxp:
/var/lib/xend/domains/8ff79a7d-11bd-e18f-4342-ac9c41dafda4/config.sxp
Traceback (most recent call last):
File "//usr/lib/python/xen/xend/XendDomain.py", line 323, in _managed_domains
cfg = XendConfig.XendConfig(filename = cfg_file)
File "//usr/lib/python/xen/xend/XendConfig.py", line 266, in __init__
self._sxp_to_xapi(sxp_obj)
File "//usr/lib/python/xen/xend/XendConfig.py", line 626, in _sxp_to_xapi
cfg = self._parse_sxp(sxp_cfg)
File "//usr/lib/python/xen/xend/XendConfig.py", line 607, in _parse_sxp
raise XendConfigError(\047cpus = %s: %s\047 % (cfg[\047cpus\047], e))
XendConfigError: Invalid Configuration: cpus = [1]: invalid literal for int():
[1]
--
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-bugs] [Bug 936] New: An unstarted domain is not registered,
bugzilla-daemon <=
|
|
|
|
|