what creates /etc/multipath.conf on composes?
Chris Murphy <[email protected]> Fri, 8 Feb 2019 14:53:02 -0700
| Newsgroups | gmane.linux.redhat.anaconda.devel,gmane.linux.redhat.fedora.testers |
|---|---|
| Message-ID | <CAJCQCtTUFjOw7+b=F8PLD0gvgEVqfevKZ3rY4V=G_Mvzf9uTGQ@mail.gmail.com> |
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