Kai Lüke

Results 481 comments of Kai Lüke

When ready we should also make kola enforce early and not at runtime: https://github.com/flatcar/mantle/pull/487

Thanks for the report and the debugging, I've opened https://github.com/flatcar/update_engine/pull/50 to fix this

This will be part of the next Alpha but I didn't do backports, so it will take some time until nodes on Stable will update again if you didn't work...

A couple of month :D We could create backport branches for a cherry pick if really needed, but would creating the folder in your Ignition config and for existing nodes,...

Can you start GitHub Actions and a Jenkins build (and link it in the PR description)? That would be nice for testing.

Would be interesting to see if we can get rid of ldconfig run in the standard case because any work it does is already part of the update we ship?

Hopefully together with `ifconfig` ;) While I agree it's nothing to do lightly because people still have the habit to use it and it's part of many instructions still… For...

This also changes the reported path in systemd-sysext list to be resolved. This is a change in behavior that I think makes sense because, e.g., for a sysupdate-managed "current" symlink...

> We could replace the "extensions" file which currently has a list of extension names with the new "origin" file and also use this list when stacking the extensions but...

FYI, even with `AT_HANDLE_FID` the handle from `name_to_handle_at` was noisy on btrfs and tmpfs when the parent directory got updated. We should probably also try to set `AT_HANDLE_MNT_ID_UNIQUE` for `name_to_handle_at`...