diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-01-24 09:28:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-24 09:28:04 +0000 |
commit | a94f3e2a36e7aa1d9e28b53e18af2f6730d02e18 (patch) | |
tree | 729abc743c56a8ce6aeef5c2dd42da654bdc6e8f /deploy/adapters/cobbler/snippets | |
parent | 24e25de8fc981e3b33ffaa71e76f27dedcf6b89e (diff) | |
parent | 15f7ae54b0a98418a89e46b64e23bb7fbe9bd7e6 (diff) |
Merge "deploy/cobbler: drop tcp_tw_recycle in sysctl.conf"
Diffstat (limited to 'deploy/adapters/cobbler/snippets')
-rw-r--r-- | deploy/adapters/cobbler/snippets/kickstart_sysctl.conf | 1 | ||||
-rw-r--r-- | deploy/adapters/cobbler/snippets/preseed_sysctl.conf | 1 | ||||
-rw-r--r-- | deploy/adapters/cobbler/snippets/sysctl.xml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/deploy/adapters/cobbler/snippets/kickstart_sysctl.conf b/deploy/adapters/cobbler/snippets/kickstart_sysctl.conf index c227ecfa..112f010d 100644 --- a/deploy/adapters/cobbler/snippets/kickstart_sysctl.conf +++ b/deploy/adapters/cobbler/snippets/kickstart_sysctl.conf @@ -59,7 +59,6 @@ net.ipv4.ip_local_port_range = 15000 61000 net.ipv4.tcp_fin_timeout=30 # fast cycling of sockets in time_wait state and re-using them -net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1 # increase the maximum number of requests queued to a listen socket diff --git a/deploy/adapters/cobbler/snippets/preseed_sysctl.conf b/deploy/adapters/cobbler/snippets/preseed_sysctl.conf index c227ecfa..112f010d 100644 --- a/deploy/adapters/cobbler/snippets/preseed_sysctl.conf +++ b/deploy/adapters/cobbler/snippets/preseed_sysctl.conf @@ -59,7 +59,6 @@ net.ipv4.ip_local_port_range = 15000 61000 net.ipv4.tcp_fin_timeout=30 # fast cycling of sockets in time_wait state and re-using them -net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1 # increase the maximum number of requests queued to a listen socket diff --git a/deploy/adapters/cobbler/snippets/sysctl.xml b/deploy/adapters/cobbler/snippets/sysctl.xml index fe13bf7f..42f95976 100644 --- a/deploy/adapters/cobbler/snippets/sysctl.xml +++ b/deploy/adapters/cobbler/snippets/sysctl.xml @@ -62,7 +62,6 @@ net.ipv4.ip_local_port_range = 15000 61000 net.ipv4.tcp_fin_timeout=30 # fast cycling of sockets in time_wait state and re-using them -net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_tw_reuse = 1 # increase the maximum number of requests queued to a listen socket |