Bug 212450

Summary: virt-manager created VMs use wrong amount of RAM
Product: [Fedora] Fedora Reporter: Need Real Name <lsof>
Component: virt-managerAssignee: Hugh Brock <hbrock>
Status: CLOSED RAWHIDE QA Contact: Martin Jenner <mjenner>
Severity: low Docs Contact:
Priority: medium    
Version: 6CC: bjohnson, xen-maint
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: 2008-01-11 04:02:34 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:

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.