|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xm save/restore failing; ideas ?
"/usr/src/redhat/SOURCES/xen-3.0.4-testing-0603ab5b0ede.bb101e
77d4a3/dist/install/usr/lib/python/xen/xend/XendConfig.py",
line 590, in _sxp_to_xapi
cfg = self._parse_sxp(sxp_cfg)
File
"/usr/src/redhat/SOURCES/xen-3.0.4-testing-0603ab5b0ede.bb101e
77d4a3/dist/install/usr/lib/python/xen/xend/XendConfig.py",
line 556, in _parse_sxp
for c in cfg['cpus'].split(','):
AttributeError: 'list' object has no attribute 'split'
I have seen this error in 3.0.4
It is caused if you use something like cpus="x,^y" in your config file
to tell the VM which physical CPUs to use.
The only way I found to get rid of it is to not use it or upgrade.
This should also happen if you try to reboot the VM. I think it's a
known bug.
Regards
Dominik
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|