Skip to content

Commit cf31fcf

Browse files
mwilckaafeijoo-suse
authored andcommitted
feat(multipath): install tmpfiles.d config file
Recent multipath-tools (0.9.2) added a tmpfiles.d template. Install it if present.
1 parent 862ba52 commit cf31fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules.d/90multipath/module-setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ install() {
106106
/etc/xdrdevices.conf \
107107
/etc/multipath.conf \
108108
/etc/multipath/* \
109-
"$config_dir"/*
109+
"$config_dir"/* \
110+
"$tmpfilesdir/multipath.conf"
110111

111112
mpathconf_installed \
112113
&& [[ $hostonly ]] && [[ $hostonly_mode == "strict" ]] && {

0 commit comments

Comments
 (0)