cloudfoundry-attic / bosh-init

bosh-init is a tool used to create and update the Director VM
Apache License 2.0
31 stars 33 forks source link

Extend the timeout of connection refused #85

Closed YuPengZTE closed 7 years ago

YuPengZTE commented 8 years ago

When network is bad, extend the timeout of connection refused is conducive to install successfully.

cfdreddbot commented 8 years ago

Hey YuPengZTE!

Thanks for submitting this pull request!

All pull request submitters and commit authors must have a Contributor License Agreement (CLA) on-file with us. Please sign the appropriate CLA (individual or corporate).

When sending signed CLA please provide your github username in case of individual CLA or the list of github usernames that can make pull requests on behalf of your organization.

If you are confident that you're covered under a Corporate CLA, please make sure you've publicized your membership in the appropriate Github Org, per these instructions.

Once you've publicized your membership, one of the owners of this repository can close and reopen this pull request, and dreddbot will take another look.

cppforlife commented 8 years ago

@YuPengZTE this setting will affect everyone in a case when networking isnt configured properly. waiting for 60 mins to get an error is not reasonable. can you please provide stacktraces that show the problem?

YuPengZTE commented 8 years ago

When we install CF on virtual machine, extend the timeout, this step is passed,but next step is failed;when we install CF on bare metal(no IaaS),there is no need to extend the timeout.