ram_allocation_ratio does not work
Bug #1016273 reported by
Vish Ishaya
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Joe Gordon | ||
Essex |
Fix Released
|
High
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
ram_allocation_
39 free_ram_mb = host_state.
40 return free_ram_mb * FLAGS.ram_
Related branches
lp://qastaging/~openstack-ubuntu-testing/nova/precise-essex-proposed
- 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: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → Fix Released |
Changed in nova (Ubuntu Precise): | |
status: | New → Confirmed |
Changed in nova: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
we can either:
a) change the calcualtion of free_ram_mb in host state
or
b) store used_ram_mb and total_ram_mb and compute the free_ram in the filter
I think I prefer b)