crossposting to anaconda-devel and fedora test lists Hi, I ran into a consistently reproducible multipathd crash in Fedora Rawhide netinstaller during startup, filed a multipathd bug, and the assignee fixed the crash but also discovered that the /etc/multipath.conf in the booted netinstall environment is not the intended default that it should be. https://bugzilla.redhat.com/show_bug.cgi?id=1672761#c11 There is no /etc/multipath.conf in an installed system. So something in the compose process is creating this wrong /etc/multipath.conf and I'm not sure what's responsible. Since it's already on the install media, when anaconda does this: Feb 07 00:29:34 localhost anaconda[1657]: program: Running [3] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... Is a no op, because that won't overwrite an existing file. But the bug assignee is saying there shouldn't be an /etc/multipath.conf file already there, so that (basically) the anaconda call to mpathconf causes the correctly formed /etc/multipath.conf file to be created. -- Chris Murphy _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx