]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(90multipath): create `/etc/multipath` only
authorJonathan Lebon <jonathan@jlebon.com>
Mon, 11 Jul 2022 14:43:39 +0000 (10:43 -0400)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 12 Aug 2022 11:59:06 +0000 (11:59 +0000)
commit0940be905843e93111e96c0d70c56389240fbc04
tree90ad0c7a71ba44181a55d0cacd88ccf5c0e1339b
parentda55e2663499f6218d28783076c5449a9a6b8ec9
fix(90multipath): create `/etc/multipath` only

The dropins path is `/etc/multipath/conf.d`, not
`/etc/multipath/multipath.conf.d`:

https://github.com/opensvc/multipath-tools/blob/686797b7d0da4fc24fdfcb0fc6364df78a0b232d/Makefile.inc#L100

But anyway, we don't need to create that directory. We only need to
create `/etc/multipath`.

While we're here, add a comment to explain this.
modules.d/90multipath/multipathd-configure.service
modules.d/90multipath/multipathd.sh