diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-15 23:53:42 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-02-15 23:54:52 +0100 |
commit | cdc4065cc4c3dc1b3f3cd84b0d875b2acd72c4de (patch) | |
tree | ac066a2f73f4f737775631e8839c745cc78923ec /build/f_repos/patch/fuel-library/0003-Increase-tcp_retries2-value.patch | |
parent | 14669b1166d65270fbce9dabd957b643f74e7513 (diff) |
f_repos: patch: Rebase patches, cleanup
While at it, re-export patches to remove any redundant info:
$ make patches-export
Change-Id: I4ce3aba9f9d6092bade305a744738c44a936db7c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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 |