[SRU] Memory is not correctly computed for Xen+libvirt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Alvaro Lopez | ||
Essex |
Fix Released
|
Undecided
|
Unassigned | ||
nova (CentOS) |
New
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Chuck Short |
Bug Description
The current code in libvirt/
- No memory limit on the dom0. Whenever a machine is spawned, the dom0 memory might be ballooned down, so the memory reported by meminfo is also shrinked. This causes that the memory_mb column in the compute_nodes table changes.
- Memory limit on the dom0 (i.e dom0_mem option in grub). Meminfo only shows the memory available for the dom0, but will not honour the total memory and the memory that is actually available for the domUs (xm info|grep memory).
I'm currently working on a fix, that I hope will be submitted soon.
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
assignee: | nobody → Alvaro Lopez (aloga) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-1 |
importance: | Undecided → High |
Changed in nova: | |
status: | Fix Committed → Fix Released |
summary: |
- Memory is not correctly computed for Xen+libvirt + [SRU] Memory is not correctly computed for Xen+libvirt |
Changed in nova (Ubuntu Precise): | |
milestone: | none → ubuntu-12.04.1 |
assignee: | nobody → Chuck Short (zulcss) |
Changed in nova (Ubuntu): | |
status: | New → In Progress |
Changed in nova (Ubuntu Precise): | |
status: | New → In Progress |
tags: |
added: verification-done removed: verification-needed |
Changed in nova (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in nova: | |
milestone: | folsom-1 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/7296
Review: https:/