IHAC with an apparently complex network/firewall/proxy server configuration, and the curl commands deep within cloud_ds_check.sh hang. curl's --connect-timeout only aborts if the connection phase exceeds the specified value (2sec), but the proxy server here responds and hangs. Suggest using --max-time (say, 5) to deal with such broken proxy servers (possibly intentionally honey or tar pit proxy servers).
https://github.com/ManageIQ/manageiq-appliance/pull/209
New commit detected on ManageIQ/manageiq-appliance/master: https://github.com/ManageIQ/manageiq-appliance/commit/ad550b3f5c01911d264edd955d06d5c9f29e66a5 commit ad550b3f5c01911d264edd955d06d5c9f29e66a5 Author: Jeff Warnica <jwarnica> AuthorDate: Tue Oct 2 11:50:22 2018 -0400 Commit: Jeff Warnica <jwarnica> CommitDate: Tue Oct 2 11:50:22 2018 -0400 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1635026 LINK/usr/bin/cloud_ds_check.sh | 6 +- 1 file changed, 3 insertions(+), 3 deletions(-)
New commit detected on ManageIQ/manageiq-appliance/hammer: https://github.com/ManageIQ/manageiq-appliance/commit/8be07a4a5664e7117b32687c22c426719a566ced commit 8be07a4a5664e7117b32687c22c426719a566ced Author: Nick Carboni <ncarboni> AuthorDate: Tue Oct 2 14:18:29 2018 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Tue Oct 2 14:18:29 2018 -0400 Merge pull request #209 from jeffwarnica/addMaxTime Add max-time to curl commands (cherry picked from commit 49a68864321ff2c2c1604962f4c4ecb161807736) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1635026 LINK/usr/bin/cloud_ds_check.sh | 6 +- 1 file changed, 3 insertions(+), 3 deletions(-)
Tested in CFME 5.10.0.32.20190115185124_c957ada cloud_ds_check.sh now includes both timeout options: `--connect-timeout 2 --max-time 5`
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212