This feature is supporting for workers config in swift servers.
Currently it doesn't work in swift servers such as proxy-server, object-server, account-server and container-server, in spite of setting openstack_service_workers config in globals.yml. Because it's not implement about workers in swift. Closes-Bug: #1662751 Change-Id: Iae9a12952cd3fe285eed3d8fca2e667a68de15c7 Signed-off-by: jangseon ryu <jangseon.ryu@navercorp.com>
This commit is contained in:
parent
0a8e2a6206
commit
67aee9f8a2
@ -8,6 +8,7 @@ log_udp_port = {{ fluentd_syslog_port }}
|
||||
log_name = {{ service_name }}
|
||||
log_facility = LOG_LOCAL0
|
||||
log_level = INFO
|
||||
workers = {{ openstack_service_workers }}
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = account-server
|
||||
|
@ -8,6 +8,7 @@ log_udp_port = {{ fluentd_syslog_port }}
|
||||
log_name = {{ service_name }}
|
||||
log_facility = LOG_LOCAL0
|
||||
log_level = INFO
|
||||
workers = {{ openstack_service_workers }}
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = container-server
|
||||
|
@ -9,6 +9,7 @@ log_udp_port = {{ fluentd_syslog_port }}
|
||||
log_name = {{ service_name }}
|
||||
log_facility = LOG_LOCAL0
|
||||
log_level = INFO
|
||||
workers = {{ openstack_service_workers }}
|
||||
|
||||
[pipeline:main]
|
||||
{% if service_name == 'swift-object-expirer' %}
|
||||
|
@ -7,6 +7,7 @@ log_udp_port = {{ fluentd_syslog_port }}
|
||||
log_name = {{ service_name }}
|
||||
log_facility = LOG_LOCAL0
|
||||
log_level = INFO
|
||||
workers = {{ openstack_service_workers }}
|
||||
|
||||
[pipeline:main]
|
||||
pipeline = catch_errors gatekeeper healthcheck cache container_sync bulk ratelimit authtoken keystoneauth slo dlo proxy-server
|
||||
|
Loading…
Reference in New Issue
Block a user