Merge "Clarify the worker counts"

This commit is contained in:
Zuul 2019-04-09 22:53:28 +00:00 committed by Gerrit Code Review
commit adefa3378b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ cinder_swift_catalog_info: "object-store:swift:internalURL"
## Cap the maximun number of threads / workers when a user value is unspecified.
cinder_osapi_volume_workers_max: 16
cinder_osapi_volume_workers: "{{ [[ansible_processor_vcpus|default(2) // 2, 1] | max, cinder_osapi_volume_workers_max] | min }}"
cinder_osapi_volume_workers: "{{ [ (ansible_processor_vcpus|default(2)) // 2, cinder_osapi_volume_workers_max] | min }}"
## Cinder iscsi
cinder_target_helper_mapping: