nova-compute charm should set vm.swappiness to 0 or 1
Bug #1660248 reported by
James Troup
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Compute Charm |
Fix Released
|
Medium
|
Liam Young | ||
nova-compute (Juju Charms Collection) |
Invalid
|
Medium
|
Liam Young |
Bug Description
In our experience running clouds the hosts running nova-compute tend to end up with a lot of KVM processes (at least partially) swapped out because of the Ubuntu swapiness default of 60. I think the nova-compute charm should set vm.swappiness to either 1 or even 0.
Changed in nova-compute (Juju Charms Collection): | |
importance: | Undecided → Medium |
status: | New → Triaged |
tags: | added: canonical-bootstack |
Changed in nova-compute (Juju Charms Collection): | |
assignee: | nobody → Liam Young (gnuoy) |
milestone: | none → 17.01 |
Changed in charm-nova-compute: | |
assignee: | nobody → Liam Young (gnuoy) |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in nova-compute (Juju Charms Collection): | |
status: | Fix Committed → Invalid |
Changed in charm-nova-compute: | |
milestone: | none → 17.02 |
Changed in charm-nova-compute: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
To be a little more explicit; with the current/default swappiness,
we're trading off guest memory latency for extra page cache on the
host. Whether you're converged or not, that doesn't seem like a good
trade off to me.