Bug 205005

Summary: memory passed to xeninst by xenguest-install is a string, while xeninst expects an int.
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: python-xeninstAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-06 04:31:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150224    

Description Jesse Keating 2006-09-02 04:01:23 UTC
Xen domain creation will fail due to memory not being the right size.  The logs
show that memory is always of size 0.  This is due to ParaVirtGuest.py and
possibly FullVirtGuest.py using memory * 1024 as the argument.  xenguest-install
takes memory in, and just passes it off to the correct xeninst module, but
without converting it to an int fist.  This causes the memory to be 0, string * int.

Comment 1 Jeremy Katz 2006-09-06 04:31:00 UTC
Fixed this in hg today, will be in the next build of xenguest-install