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

OpenStack Infra 1665270 at bugs.launchpad.net
Thu Apr 27 17:01:53 UTC 2017


Reviewed:  https://review.openstack.org/460442
Committed: https://git.openstack.org/cgit/openstack/charm-heat/commit/?id=083b0412d4ebe660c4663ecb433b2b1c31fd4b59
Submitter: Jenkins
Branch:    master

commit 083b0412d4ebe660c4663ecb433b2b1c31fd4b59
Author: James Page <james.page at ubuntu.com>
Date:   Thu Apr 27 09:31:12 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: I528678680881d2612aafe4921f9e169839e31183
    Closes-Bug: 1665270


** Changed in: charm-heat
       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:
  Triaged
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:
  Triaged
Status in OpenStack neutron-gateway charm:
  Triaged
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