This commit increases the 'timeout client' and 'timeout server' from 1s
to 30s. S3cmd multi-part uploads were failing with the shorter timeout.
Fixes: https://tracker.ceph.com/issues/58183
Signed-off-by: Frank Ederveen <frank.ederveen@gmail.com>
(cherry picked from commit
07701912cfe5b4e72d0f63ce0a8782c3f8c3da7e)
Conflicts:
src/pybind/mgr/cephadm/tests/test_services.py
timeout connect 5s
timeout http-request 1s
timeout http-keep-alive 5s
- timeout client 1s
- timeout server 1s
+ timeout client 30s
+ timeout server 30s
timeout check 5s
{% endif %}
{% if mode == 'tcp' %}
'timeout connect 5s\n '
'timeout http-request 1s\n '
'timeout http-keep-alive 5s\n '
- 'timeout client 1s\n '
- 'timeout server 1s\n '
+ 'timeout client 30s\n '
+ 'timeout server 30s\n '
'timeout check 5s\n '
'maxconn 8000\n'
'\nfrontend stats\n '
'timeout connect 5s\n '
'timeout http-request 1s\n '
'timeout http-keep-alive 5s\n '
- 'timeout client 1s\n '
- 'timeout server 1s\n '
+ 'timeout client 30s\n '
+ 'timeout server 30s\n '
'timeout check 5s\n '
'maxconn 8000\n'
'\nfrontend stats\n '