Skip to content

Commit c650054

Browse files
authored
find_multipaths is only valid in defaults section (#39)
### PR Description The option `find_multipaths` is only valid in defaults section. Which was causing multipathd to not load the config in `/etc/multipath.conf` because of the error: ``` Feb 07 12:47:40 wc-beta-hq-md-test-bx8x6-9ssln multipathd[323382]: /etc/multipath.conf line 18, invalid keyword in the device section: find_multipaths Feb 07 12:47:40 wc-beta-hq-md-test-bx8x6-9ssln multipathd[323382]: /etc/multipath.conf line 34, invalid keyword in the device section: find_multipaths Feb 07 12:47:40 wc-beta-hq-md-test-bx8x6-9ssln multipathd[323382]: /etc/multipath.conf line 18, invalid keyword in the device section: find_multipaths Feb 07 12:47:40 wc-beta-hq-md-test-bx8x6-9ssln multipathd[323382]: /etc/multipath.conf line 34, invalid keyword in the device section: find_multipaths ``` ### Checklist - [ ] Have you reviewed and updated the chart default values if necessary? - [ ] Have you reviewed and updated the chart documentation if necessary? - [ ] Does your branch follow the naming convention of `{chartNameWithDashes}-v{versionString}-{optionalPatchVersion}`? - [ ] Have you bumped the version in the chart's `Chart.yaml`? ### Tagged Releases Please remember to make a tagged release after merging your PR that: - Has a tag name that matches your PR branch name (see above) - Has a description that summarizes the changes made This makes it possible to use previous versions of the charts maintained here as new releases are published. Please see the release history of this repository for examples. Signed-off-by: Igor Valente Blackman <[email protected]>
1 parent ab938d5 commit c650054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/clusterapi-resources/templates/KubeadmConfigTemplate.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ spec:
4545
no_path_retry 0
4646
features 0
4747
dev_loss_tmo 60
48-
find_multipaths yes
4948
}
5049
device {
5150
vendor "PURE"
@@ -61,7 +60,6 @@ spec:
6160
no_path_retry 0
6261
features 0
6362
dev_loss_tmo 600
64-
find_multipaths yes
6563
}
6664
}
6765
blacklist {

0 commit comments

Comments
 (0)