Added option to control number of workers

Change-Id: I2b8820655060b0f6e40332a70dc5d1fe5dd64947
This commit is contained in:
maxstack 2016-08-25 11:45:07 +01:00
parent 68770a2358
commit f0500cb9db
8 changed files with 18 additions and 2 deletions

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ controller.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder
@ -358,4 +360,4 @@ cinder_eternus_config_file=/etc/cinder/cinder_fujitsu_eternus_dx_{{ type.name }}
{%- endif %}
{%- endif %}
{%- endif %}

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ volume.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder
@ -435,4 +437,4 @@ cinder_eternus_config_file=/etc/cinder/cinder_fujitsu_eternus_dx_{{ type.name }}
{%- endif %}
{%- endif %}
{%- endif %}

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ controller.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ volume.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ controller.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ volume.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ controller.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder

View File

@ -10,6 +10,8 @@ volume_name_template = volume-%s
verbose = True
osapi_volume_workers = {{ volume.get('volume_workers', '4') }}
auth_strategy = keystone
state_path = /var/lib/cinder