]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add curl_low_speed_limit and curl_low_speed_time config to avoid 23058/head
authorZhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Fri, 8 Dec 2017 01:05:30 +0000 (09:05 +0800)
committerMark Kogan <mkogan@redhat.com>
Sun, 15 Jul 2018 09:08:50 +0000 (05:08 -0400)
commitf4171225fa479b19c3ec5ff51943c84fd53f85d1
treed8175957f1d0097b22d420d80dae23bb269b4069
parentb59d2ee04e3df2cff1ae163fe2cdcd9fb3d4cd61
rgw: add curl_low_speed_limit and curl_low_speed_time config to avoid
the thread hangs in data sync.

Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
rgw: mitigate NIC problems like X710 transmit queue hang

Continuation of #19282
- change the default speed limit to 1KBps
- fix options description spacing

Signed-off-by: Mark Kogan <mkogan@redhat.com>
src/common/legacy_config_opts.h
src/common/options.cc
src/rgw/rgw_http_client.cc