[Bug 1665270] Re: Lower number of workers by default

OpenStack Infra 1665270 at bugs.launchpad.net
Fri Apr 28 13:30:06 UTC 2017


Reviewed:  https://review.openstack.org/460443
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-gateway/commit/?id=d6165b16d55d5f11ce5c71a0e52ff43789a6c560
Submitter: Jenkins
Branch:    master

commit d6165b16d55d5f11ce5c71a0e52ff43789a6c560
Author: James Page <james.page at ubuntu.com>
Date:   Thu Apr 27 09:34:00 2017 +0100

    Make worker-multiplier sane in container environments
    
    Resync charm-helpers to pickup the capped worker-multiplier
    changes when deploying in containers.
    
    Drop the default value for worker-multiplier of 2.0; this
    is now handled from within the codebase rather than via a
    default configuration value, reflecting the differing
    behaviours between container and non-container deployments.
    
    Change-Id: Idb10dc73b357cc3ed774365bae92962b8dfd0bfb
    Closes-Bug: 1665270


** Changed in: charm-neutron-gateway
       Status: Triaged => Fix Committed

** Changed in: charm-neutron-api
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1665270

Title:
  Lower number of workers by default

Status in OpenStack cinder charm:
  Fix Committed
Status in OpenStack glance charm:
  Fix Committed
Status in OpenStack heat charm:
  Fix Committed
Status in Charm Helpers:
  Fix Released
Status in OpenStack keystone charm:
  Fix Committed
Status in OpenStack neutron-api charm:
  Fix Committed
Status in OpenStack neutron-gateway charm:
  Fix Committed
Status in OpenStack nova-cloud-controller charm:
  Fix Committed
Status in cinder package in Juju Charms Collection:
  Invalid
Status in glance package in Juju Charms Collection:
  Invalid
Status in heat package in Juju Charms Collection:
  Invalid
Status in keystone package in Juju Charms Collection:
  Invalid
Status in neutron-api package in Juju Charms Collection:
  Invalid
Status in neutron-gateway package in Juju Charms Collection:
  Invalid
Status in nova-cloud-controller package in Juju Charms Collection:
  Invalid

Bug description:
  On containerized setups with multiple cpus and hyperthreading on the
  metals the containers can see a large number of cores. With the
  default worker multiplier settings this eg. results in 112 workers
  plus a leader processes on one of our installs. With HA we have then
  3x113 processes serving in total, which is a bit of a waste (3x16G of
  RSS for one service, as an example)

  While this can be tuned down I'd suggest to cap the number of workers
  when the worker-multiplier setting is on default to make this more
  sensible out of the box

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-cinder/+bug/1665270/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list