openstack-ansible-os_cinder/releasenotes/notes/capping_cinder_osapi_volume_workers-db32afcf7615b05b.yaml
Ravi Gummadi ea00eb26f2 Cap the number of worker threads
Users can configure the number of worker threads however when it's
not specified the calculated number of workers can get too large on
hosts with a large number of CPUs.

Change-Id: If0e1f051ecdc0e1cc9713c7300e72e0748e01737
2017-02-22 07:18:29 -05:00

6 lines
249 B
YAML

---
features:
- Capping the default value for the variable ``cinder_osapi_volume_workers``
to 16 when the user doesn't configure this variable. Default value is half
the number of vCPUs available on the machine with a capping value of 16.