Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

30s delay on Azure boot: "Failed to get fabric address from DHCP" #652

Closed
dustymabe opened this issue Dec 10, 2021 · 1 comment
Closed

Comments

@dustymabe
Copy link
Member

Bug

When booting a Fedora CoreOS instance on azure there is a 30 second delay:

Dec 09 21:25:31 localhost.localdomain systemd[1]: sysroot-ostree-deploy-fedora\x2dcoreos-deploy-92d58206bcc345f7ede4a2385e64addc26e4714e4c2333b5e36ec84d524f6411.0.mount: Deactivated successfully.
Dec 09 21:25:59 localhost.localdomain afterburn[685]: Dec 09 21:25:59.477 WARN Failed to get fabric address from DHCP: maximum number of retries (60) reached
Dec 09 21:25:59 localhost.localdomain afterburn[685]: Dec 09 21:25:59.488 INFO Using fallback address
Dec 09 21:25:59 localhost.localdomain afterburn[685]: Dec 09 21:25:59.499 INFO Fetching http://168.63.129.16/?comp=versions: Attempt #1
Dec 09 21:25:59 localhost.localdomain afterburn[685]: Dec 09 21:25:59.508 INFO Fetch successful
Dec 09 21:25:59 localhost.localdomain afterburn[685]: Dec 09 21:25:59.518 INFO Fetching http://169.254.169.254/metadata/instance/compute/name?api-version=2017-08-01&format=text: Attempt #1
Dec 09 21:25:59 localhost.localdomain afterburn[685]: Dec 09 21:25:59.534 INFO Fetch successful

Basically it's using the fallback path added in #145, which allows the boot to complete, but with a 30s delay. We need to add a fix here so we don't have a default 30s delay on our Azure boot.

Operating System Version

Fedora CoreOS 35.20211208.dev.0 - dev build

Afterburn Version

afterburn-5.1.0-1.fc35

Environment

Azure

@prestist
Copy link
Contributor

Closing as a duplicate of #146

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants