Bug 212450 - virt-manager created VMs use wrong amount of RAM
Summary: virt-manager created VMs use wrong amount of RAM
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 6
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Hugh Brock
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-26 20:14 UTC by Need Real Name
Modified: 2008-01-11 04:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-11 04:02:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2006-10-26 20:14:35 UTC
A new VM created with VM manager was given a maximum amount of ram as 256 megs,
and an initial amount of ram of the same.
The monitor shows the initial amount as being 255 megs.

Comment 1 Daniel Berrangé 2006-10-26 21:00:22 UTC
Looks like a rounding error in the display. Using the command line 'virsh
dominfo' command I see VMs used a fraction less RAM than the max limit (which I
think is expected due to way balloon driver works)

Max memory:     417792 kB
Used memory:    417532 kB

Converting this into MB, gives  408 MB, and 407.75 MB - looks like virt-manager
summary ought to round() the MB figure, rather than truncating the digits.


Comment 2 Red Hat Bugzilla 2007-07-25 02:06:21 UTC
change QA contact

Comment 3 Daniel Berrangé 2007-09-27 21:01:50 UTC
Patch included upstream now

http://hg.et.redhat.com/virt/applications/virt-manager--devel?cs=92b2fc9f9201

Will be included in a future update, most likely only to F7 or later though.



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