Kai Lüke
Kai Lüke
## Current situation Customization of containerd settings requires copying the config file and overwriting the unit ## Impact Bad UX, potentially missing updates for the copied parts ## Ideal future...
**Current situation** The Ceph mount tool is not available and probably something else is missing (e.g., check kernel config). **Impact** No Ceph for network storage, just NFS **Ideal future situation**...
**Current situation** The Flatcar infrastructure consists of multiple (caching) servers for the release artifacts and Nebraska behind load balancers. Which IP addresses are used in which region needs to be...
The config file added for 259 is documented to use [Sysext] and [Confext] sections for sysext.conf/confext.conf but the code used SysExt and ConfExt. Also, config files for --root= weren't picked...
When the extensions for the final system are already set up from the initrd we should avoid disrupting the boot process with the remount (which currently isn't atomic) and the...
This is needed to set up extension images from the initrd with `systemd-sysext --root=/sysroot/ merge`. - vpick: Don't use openat directly but resolve symlinks in given root With systemd-sysext --root=...
The verity user certs weren't looked up in the given --root= for systemd-sysext which made it fail to set up extensions with a strict image policy. Look up verity user...
## Current situation The kernel parameters are set up by GRUB and used to initiate the first boot logic and setup dm-verity with the right partition and hash. In the...
## Current situation QEMU tests do not use IPv6 and on most clouds we don't test IPv6 either ## Impact Things can break easily ## Ideal future situation Besides looking...
**Package name and purpose** The qemu package provides, besides the KVM-based emulation, a set of binaries that can be used to register a binary translator for ELF files of foreign...