-
Notifications
You must be signed in to change notification settings - Fork 59
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
Exoscale build: Resolv.conf not created at first boot #415
Comments
Hmm, for comparison, do you have this issue with the traditional Fedora cloud image? (I'm assuming cloud-init already supports Exoscale.) |
Yes cloud-init work. In conclusion: [fedora@Ftest ~]$ ping getfedora.org
PING getfedora.org (209.132.190.2) 56(84) bytes of data.
64 bytes from proxy13-rdu02.fedoraproject.org (209.132.190.2): icmp_seq=1 ttl=49 time=103 ms |
I have a strong feeling this is the same issue we are seeing on Azure: #356. I'm less sure about why we don't see this more often, though. That is:
@darkmuggle @dustymabe any clues on the two doubts above? |
Ahh thanks, totally forgot about #356!
We do not actually, see https://github.com/coreos/coreos-assembler/blob/378fb9d7670a32b1c16835739e82c15bb0e8f6aa/src/grub.cfg#L43-L58. |
Does anyone have an Exoscale account for debugging? At the very least I would like to see the journal and the FWIW, I don't think that putting the NM in the Initramfs will fix this. I suspect that the issue is that we're getting N DHCP responses and only the last response is lacking a resolver. |
i.e. like I described in #393 (comment) ? |
Yup :) |
Yes we can provide you an Exoscale Dev account. PM me pierro777 on freenode |
I've just ran into the problem on AWS. No Version : fedora-coreos-31.20200310.2.0-hvm |
@dadux I just launched the latest stable (31.20200223.3.0) and the latest testing (31.20200310.2.0) images in AWS and I don't see this problem. Can you open a new issue where we can debug it further? |
We are now using NetworkManager in the initramfs and also propagating network information from the initramfs (kargs) when appropriate, which we think fixes this issue. See #394 (comment) and the preceding discussion for more details. |
Hello I'm using a build of FCOS for Exoscale Cloud Provider:
#384
/etc/resolv.con
is not created at first boot, But if I reboot the instanceresolv.conf
is created.Network Manager log output on first boot (
journalctl -u NetworkManager.service
)log after reboot:
Do you think can be a race condition with the DHCP server (option-6)?
Thnak you 😃
The text was updated successfully, but these errors were encountered: