need to set metadata_workers when using local metadata service
Bug #1707618 reported by
Edward Hope-Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Fix Released
|
High
|
Edward Hope-Morley | ||
OpenStack Nova Compute Charm |
Fix Released
|
High
|
Edward Hope-Morley |
Bug Description
We are currently not setting metadata_workers when local metadata service on nova-compute hosts which results in automatically generated values based on number of cpus in the host. This results in more workers than required for systems with large numbers of cpus so we should make this configurable like the worker settings in the api charms.
Changed in neutron-openvswitch (Juju Charms Collection): | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 15.04 |
no longer affects: | neutron-openvswitch (Juju Charms Collection) |
Changed in charm-neutron-openvswitch: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 17.08 |
Changed in charm-neutron-openvswitch: | |
assignee: | nobody → Edward Hope-Morley (hopem) |
Changed in charm-nova-compute: | |
assignee: | nobody → Edward Hope-Morley (hopem) |
no longer affects: | charm-nova-compute |
Changed in charm-neutron-openvswitch: | |
status: | Fix Committed → Fix Released |
Changed in charm-nova-compute: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Paste this link [1] for your reference, it proposes to use the following formula:
- for controllers: min(max( $::processorcou nt, 2), $workers_max) processorcount / 8 + 1, $workers_max))
- for computes (DVR): min($::
[1] https:/ /bugs.launchpad .net/mos/ +bug/1575724