ea00eb26f2
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
6 lines
249 B
YAML
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.
|