Skip to content

Commit

Permalink
feat(multipath): install tmpfiles.d config file
Browse files Browse the repository at this point in the history
Recent multipath-tools (0.9.2) added a tmpfiles.d template. Install it
if present.
  • Loading branch information
mwilck authored and aafeijoo-suse committed Oct 27, 2022
1 parent 862ba52 commit cf31fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules.d/90multipath/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ install() {
/etc/xdrdevices.conf \
/etc/multipath.conf \
/etc/multipath/* \
"$config_dir"/*
"$config_dir"/* \
"$tmpfilesdir/multipath.conf"

mpathconf_installed \
&& [[ $hostonly ]] && [[ $hostonly_mode == "strict" ]] && {
Expand Down

0 comments on commit cf31fcf

Please sign in to comment.