Dimitris Karakasilis
Dimitris Karakasilis
The UI part can easily be solved if the 2 deletion requests are not fired in parallel but sequentially (a new request if sent after the previous one is finished)....
Created a new issue (it's a new feature): https://github.com/epinio/epinio/issues/1740 Even if we implement it, this "bug" will still exist. If you all agree I will close this bug or I...
We make heavy use of [`qemu` in the Kairos project](https://github.com/kairos-io/kairos/blob/master/Earthfile#L477) for end to end testing. Those tests could really benefit from having `/dev/kvm` available from the host. We have tests...
> What we could do here is disable screenshots on macOS as that doesn't builds statically - at least we could feed it with an image. thoughts @jimmykarily ? Disabling...
> > > What we could do here is disable screenshots on macOS as that doesn't builds statically - at least we could feed it with an image. thoughts @jimmykarily...
This is the fix we need to apply: https://github.com/SUSE/github-pr-resource/commit/3ee0816d801a7038d6125796725aa3718c688b53
Deployed the pipeline with a manually built image from our fork. Let's monitor the pipeline for a while to see if the issue if fixed.
To reproduce: - In the Kairos config, try to run `kcrypt unlock-all` in an after-install stage (e.g. to write some files to the disk) - Install Kairos in UKI mode...
kcrypt has the `--tpm` flag since: https://github.com/kairos-io/kcrypt/commit/94af8c8d And it works: ``` [root@fedora kairos]# blkid /dev/sr0: BLOCK_SIZE="2048" UUID="2024-03-22-06-21-55-00" LABEL="UKI_ISO_INSTALL" TYPE="iso9660" /dev/loop0: UUID="382D-CD50" BLOCK_SIZE="512" TYPE="vfat" /dev/vda2: UUID="8bfa06f9-ca4f-56dc-90c9-49cf20f4f45e" TYPE="crypto_LUKS" PARTLABEL="oem" PARTUUID="88b189b8-ff89-49fc-92c0-a2ed101960df" /dev/vda3: UUID="85c39d0f-4867-5227-8334-f5eec606d9eb"...
Introduced in version 0.9.0: https://github.com/kairos-io/kcrypt/compare/v0.7.0...v0.9.0 (cut in December 18th: https://github.com/kairos-io/kcrypt/releases/tag/v0.9.0)