jozzsi

Results 256 comments of jozzsi

Since this is not an issue with ubuntu:devel, we could consider switching the main CI to ubuntu:devel and only test ubuntu:rolling as part of Daily Integration test. This would allow...

Seems now this test fails on `ubuntu:devel` as well (the failure looks different from the failure on `ubuntu:rolling` and erofs related)

`ubuntu:devel` issue is resolved.

Possibly related: https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git/commit/?h=urgent&id=0b2c29fb68f8bf3e87a9d88404aa6fdd486223e5

`ubuntu:devel` seems to fail with a similar error as well on arm64 CC @bdrung

This code was added by 856f8265 . Alternatively we can perhaps simply remove the /proc/modules check and preload these kernel modules even in non-hostonly mode (which seems like the right...

> Maybe even dracut unset hostonly_cmdline if not running in hostonly mode? I think this is a fair point. I never really fully understood the use-case for `--print-cmdline` and if...

> If dm_multipath is not loaded, multipathd won't start. For now I removed the /proc/modules checking and always forcefully load. This might have it's own issues, but I hope it...

> After all, people who create non-hostonly initrds can omit the multipath module if they'd rather not have it. We should aim higher. Defaults are important. For a built-in dracut...

There is a lot of good discussion here, that we need to break out to separate issues or PR - so for that reason I wanted to scope my PR...