forked from coreos/coreos-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
coreos-installer install --fetch-retries
We're hitting issues in RHCOS right now where it's possible that `coreos-installer.service` is racing with networking being fully up, even though we're ordered after `network-online.target` and `systemd-resolved.service` (though RHCOS doesn't use the latter). The issue may not be a race in the end, but misconfigured networking. But anyway, we really should be retrying fetches. I gated this behind a switch instead of doing it by default for all fetches, because e.g. interactively I think it makes more sense not to retry. (And similarly for other commands like `download` and `list-stream`). Related: https://bugzilla.redhat.com/show_bug.cgi?id=1974411 Related: https://bugzilla.redhat.com/show_bug.cgi?id=1967483 Closes: coreos#283
- Loading branch information
Showing
6 changed files
with
130 additions
and
31 deletions.
There are no files selected for viewing
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
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
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
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
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
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