coreos / coreos/ignition

retry for ftp/tftp

Open
#711 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area/stability kind/bug
Dominant language
Go
Stars
974
Forks
296
Avg merge
6d 14h
Merged PRs (30d)
9

Description

Retry functionality exists for http/https, but not ftp/tftp

https://coreos.com/ignition/docs/latest/operator-notes.html#http-backoff-and-retry

This can create flaky results if boot ordering, or delays in network initialization throw off ignition on its first attempt to grab configuration.

https://github.com/coreos/ignition-dracut/issues/41

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing HTTP/HTTPS retry implementation and comparing it with the FTP/TFTP configuration-fetch paths. Done means FTP and TFTP also retry after transient boot-time network failures, with behavior documented or tested consistently with HTTP/HTTPS.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.