#16 remove uneeded kernelcmdline args
Merged by ngompa. Opened by leifliddy.
Unknown source rawhide

Download 16.patch

remove the kernelcmdline args: scsi_mod.use_blk_mq=1 multipath=off
as they no longer required. I know F36 had an issue with multipath being enabled -- but that has since been resolved.
Not sure why scsi_mod.use_blk_mq=1 is set as the system boots fine without it.
I was mulling over whether to remove kernelcmdline entirely vs setting to a blank value....
Anyways, let me know what your thoughts are on this change.

multipath=off in only consumed by device-mapper-multipath, which isn't part of a default install, at least on Workstation. I can't find any references at all to scsi_mod.use_blk_mq=1 in Fedora -- @ngompa any idea where that one came from?

I'm not sure. It might have been cribbed from something else to force mq I/O scheduling, which should always be used anyway. It can be dropped.

Just making it kernelcmdline="" is probably fine.

rebased onto 1f96cd2af0938dd76d2b7648b54de4611ebcb70b

Pull-Request has been merged by ngompa

Metadata