Merge "Switch git haproxy from balance source to leastconn"
This commit is contained in:
commit
e7c8e194f4
@ -74,7 +74,7 @@ class openstack_project::git (
|
||||
mode => 'tcp',
|
||||
collect_exported => false,
|
||||
options => {
|
||||
'balance' => 'source',
|
||||
'balance' => 'leastconn',
|
||||
'option' => [
|
||||
'tcplog',
|
||||
],
|
||||
@ -86,7 +86,7 @@ class openstack_project::git (
|
||||
mode => 'tcp',
|
||||
collect_exported => false,
|
||||
options => {
|
||||
'balance' => 'source',
|
||||
'balance' => 'leastconn',
|
||||
'option' => [
|
||||
'tcplog',
|
||||
],
|
||||
@ -100,7 +100,7 @@ class openstack_project::git (
|
||||
options => {
|
||||
'maxconn' => '32',
|
||||
'backlog' => '64',
|
||||
'balance' => 'source',
|
||||
'balance' => 'leastconn',
|
||||
'option' => [
|
||||
'tcplog',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user