Displaying 1 result from an estimated 1 matches for "guest_siz".
Did you mean:
guest_size
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...n log_progress
retval = func(*args, **kwds)
File "/usr/lib/xen-4.0/lib/python/xen/xend/XendDomainInfo.py", line 2528, in _constructDomain
balloon.free(16*1024, self) # 16MB should be plenty
File "/usr/lib/xen-4.0/lib/python/xen/xend/balloon.py", line 112, in free
guest_size = dominfo.image.getBitSize()
AttributeError: 'NoneType' object has no attribute 'getBitSize'
[2010-10-23 17:48:59 1679] DEBUG (XendDomainInfo:3053) XendDomainInfo.destroy: domid=2
[2010-10-23 17:48:59 1679] ERROR (XendDomainInfo:128) Domain construction failed
Traceback (most recen...