Bug 205005 - memory passed to xeninst by xenguest-install is a string, while xeninst expects an int.
Summary: memory passed to xeninst by xenguest-install is a string, while xeninst expec...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-xeninst
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-09-02 04:01 UTC by Jesse Keating
Modified: 2013-01-10 02:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-06 04:31:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.