anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

dracut: handle compressed kernel modules

Open mikhailnov opened this issue 2 years ago • 8 comments

Compressed kernel modules could not be loaded. Now both compressed and not compressed ones will be loaded.

$ uname -r 5.10.74-generic-2rosa2021.1-x86_64 $ ls -1v /lib/modules/$(uname -r)/kernel/drivers/scsi/device_handler/ scsi_dh_alua.ko.zst scsi_dh_emc.ko.zst scsi_dh_hp_sw.ko.zst scsi_dh_rdac.ko.zst

Replaces https://github.com/rhinstaller/anaconda/pull/3501 Noted by slava86@

mikhailnov avatar Jun 10 '22 19:06 mikhailnov

/kickstart-test --testtype smoke

M4rtinK avatar Jun 14 '22 15:06 M4rtinK

Yes, it seems to work, at least it does not say that it failed to load kernel modules. I have not made iSCSI fully workable yet. For example, ROSA package of multipath-tools did not have mpathconf utility which is carried as a patch in the Fedora/RH package and does not exisf in upstream, Anaconda failed to start if multipath-tools was installed but mpathconf did not exist. Now it exists but python-blivet gets an error from udisks2, I will examine it a bit later.

mikhailnov avatar Jun 14 '22 18:06 mikhailnov

/kickstart-test --testtype smoke

poncovka avatar Jun 15 '22 08:06 poncovka

I have not made iSCSI fully workable yet.

Well, this bit should be helpful on its own, I think? I can't speak for the whole team but loading also compressed modules seems like an improvement, even if it's one step towards some goal.

VladimirSlavik avatar Jun 15 '22 12:06 VladimirSlavik

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] avatar Aug 15 '22 03:08 github-actions[bot]

@VladimirSlavik @mikhailnov is this PR ready to be merged? It seems to me like that.

jkonecny12 avatar Aug 15 '22 14:08 jkonecny12

Yes, it's ready to be merged, sorry, I forgot to add "-r" to "read", added it

mikhailnov avatar Aug 16 '22 10:08 mikhailnov

/kickstart-test --testtype smoke

poncovka avatar Aug 17 '22 15:08 poncovka