Dennis Marttinen

Results 58 comments of Dennis Marttinen

Most likely requires daemon to work.

We've now identified the issue, the `ignite-spawn` container has multiple interfaces used for bridging sharing the same MAC address. The cause of this is still unkown, a quick fix is...

CNI now supports port mappings, so removing the mutual exclusitivity requirement.

Thanks for reporting! Ignite has not been tested on ZFS before, so it might also be some configuration mistake on our end :sweat_smile: Just to paint a more complete picture...

Try to run `modprobe dm_zero` and see if it fixes the issue, but based on the Kconfig you most likely need `CONFIG_DM_ZERO` and `CONFIG_DM_SNAPSHOT` set. I don't know if the...

The CI build job seems to have failed due to a temporary issue in cloning the repo, it needs a restart.

The original (pre-review) version of the sources can be found here: https://github.com/twelho/talos/tree/dhcpv4-send-hostname-v1

The functionality of https://github.com/siderolabs/talos/pull/5897/commits/e85233f7f63036eb887766802b7dc7cb7e5e97e1 has now been tested against `dnsmasq`, including edge cases. No issues found.

I've split the hostname sending and requesting operations into two separate invocations to completely sidestep the DHCP server "parroting" issue, where the DHCP server just automatically replies with the hostname...

I've identified a race condition when testing the INFORM request build, which has now been fixed in the latest commit. Any hostname request (or lease renewal for that matter) is...