Jonathan Lebon

Results 728 comments of Jonathan Lebon

Looks like this is hitting https://github.com/coreos/fedora-coreos-tracker/issues/1743.

This seems sane to me though do note that there is renewed interest in solving the bootimage bump problem along with a rough timeline. So we should be able at...

Yeah, that's a good point, and something I've also desired in the past as well. OTOH, it'd be pretty messy to condense what a layer changes into a convenient number...

Or `+N-M` where N is the number of layered packages and M the number of removed packages? (Both skipped if they're 0 of course).

> Yet another idea: let me provide a label to differentiate The problem with that is that it's not sustainable as you keep updating and doing other operations. The easiest...

CI is hitting: > boot mounted not by UUID We need to update the logic [here](https://github.com/coreos/fedora-coreos-config/blob/2970bb0458cf2e2c73aafb0f3ac6c2369cf649f8/tests/kola/root-reprovision/luks/data/luks-test.sh#L32-L37) to instead be something like (pseudo-code): ``` if we have rd.multipath=default karg; then verify...

> > Just one final sanity-check: did you test this on _both_ RHCOS and FCOS? > > I tested this only on FCOS as the RHCOS having issues in boot(`found...

``` [ 47.210473] ignition-ostree-growfs[2382]: Expected /dev/disk/by-label/root to point to /dev/dm-5, but points to /dev/dm-4; triggering udev [ 47.267611] ignition-ostree-growfs[2417]: mount: /sysroot: unknown filesystem type 'crypto_LUKS'. [ 47.269927] ignition-ostree-growfs[2417]: dmesg(1) may...

@Poorna-Gottimukkula1 Can you retest this on top of https://github.com/coreos/fedora-coreos-config/pull/3375 ?

The tests were all timing out so the run was taking much longer than usual, so I added `enforcing=0` in the hope of at least getting some results back faster....