diff options
Diffstat (limited to 'build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch')
-rw-r--r-- | build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch b/build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch index 6e750ae74..02d0a038e 100644 --- a/build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch +++ b/build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch @@ -1,4 +1,3 @@ -From 5d4d53082d249e1fadb31fe369f74d25caff700d Mon Sep 17 00:00:00 2001 From: Alexey Lebedeff <alebedev@mirantis.com> Date: Fri, 3 Feb 2017 19:13:14 +0300 Subject: [PATCH] Increase tcp_retries2 value @@ -19,9 +18,13 @@ with that comment - tests an live env show that resulting timeout is ~52.2s Change-Id: Ib52f40ef1017a9da5a29cd62fb744a4597860763 +--- + deployment/puppet/osnailyfacter/manifests/netconfig/netconfig.pp | 2 +- + tests/noop/spec/hosts/netconfig/netconfig_spec.rb | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/puppet/osnailyfacter/manifests/netconfig/netconfig.pp b/deployment/puppet/osnailyfacter/manifests/netconfig/netconfig.pp -index 78d59754a..42579ac60 100644 +index 78d5975..42579ac 100644 --- a/deployment/puppet/osnailyfacter/manifests/netconfig/netconfig.pp +++ b/deployment/puppet/osnailyfacter/manifests/netconfig/netconfig.pp @@ -42,7 +42,7 @@ class osnailyfacter::netconfig::netconfig { @@ -31,10 +34,10 @@ index 78d59754a..42579ac60 100644 - tcp_retries2 => '5', + tcp_retries2 => '7', } - + # increase network backlog for performance on fast networks diff --git a/tests/noop/spec/hosts/netconfig/netconfig_spec.rb b/tests/noop/spec/hosts/netconfig/netconfig_spec.rb -index c175aed71..80ea0f242 100644 +index c175aed..80ea0f2 100644 --- a/tests/noop/spec/hosts/netconfig/netconfig_spec.rb +++ b/tests/noop/spec/hosts/netconfig/netconfig_spec.rb @@ -27,7 +27,7 @@ describe manifest do |