This repository has been archived by the owner on Feb 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Deal with cert generation taking too long, re... #281
Merged
tianon
merged 1 commit into
boot2docker:master
from
SvenDowideit:increase-retries-and-add-flags
Oct 15, 2014
Merged
Deal with cert generation taking too long, re... #281
tianon
merged 1 commit into
boot2docker:master
from
SvenDowideit:increase-retries-and-add-flags
Oct 15, 2014
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… replace with extra retries and add cmdline flag in case someone has a much slower system
This was referenced Oct 15, 2014
Closed
LGTM |
SvenDowideit
changed the title
roll back first attempt to deal with cert generation taking too long, re...
Deal with cert generation taking too long, re...
Oct 15, 2014
Still seeing timeouts:
What's the harm in increasing the default number of retries? That an actual error will take a couple of minutes to appear? |
There should be little harm in picking any number you like - how high do you need to go before it works? (I'm guessing from the output, somewhere near 60 :( ) |
75 seems to work reliably. |
Apart from that, LGTM. |
LGTM |
What would be the harm in increasing the number of timeouts to 75 for everyone? It's obscene, yes, but if it works more reliably? |
@tianon there is no harm. I can put together another PR to amend if you'd like. |
You're heading to bed - I'll just merge this and make a new PR. Focus on those other two PRs in the little time you have left. 😄 |
tianon
added a commit
that referenced
this pull request
Oct 15, 2014
Deal with cert generation taking too long, re...
tianon
added a commit
to tianon/boot2docker-cli
that referenced
this pull request
Oct 15, 2014
SvenDowideit
added a commit
to SvenDowideit/boot2docker-cli
that referenced
this pull request
Nov 10, 2014
0.7.0 release docs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...place with extra retries and add cmdline flag in case someone has a much slower system
replaces #270, which didn't do enough for the VM I have.
--retries=45
and--waittime=300
flags to allow it to be set in someone'sconfig
file.
's intoo
, so you can tell the difference between wait for sshd and then wait for docker daemon@gmlewis @bfirsh, @tianon please consider :)