Skip to content

Commit

Permalink
35coreos-multipath: stop creating incorrect dropin dir
Browse files Browse the repository at this point in the history
The path used there is incorrect. The dropins dir is
`/etc/multipath/conf.d`:

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

But anyway, we don't actually need to create that directory; it's
already in the base image. So just drop it.
  • Loading branch information
jlebon committed Jul 12, 2022
1 parent 278d1a9 commit f5ec625
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ fi

echo "info: propagating initrd multipath configuration"
cp -v /etc/multipath.conf /sysroot/etc/
mkdir -p /sysroot/etc/multipath/multipath.conf.d
coreos-relabel /etc/multipath.conf
coreos-relabel /etc/multipath/multipath.conf.d

0 comments on commit f5ec625

Please sign in to comment.