From b79283b8702ffbf1e07d8d081529a0f8eed8b395 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 13 May 2020 14:49:51 -0700 Subject: [PATCH] Fix cherry-pick of extra multipath.conf line I included an extra line in the previous commit, remove it. Related: rhbz#1676777 --- share/templates.d/99-generic/runtime-postinstall.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-postinstall.tmpl b/share/templates.d/99-generic/runtime-postinstall.tmpl index f6b8cc50..6894735a 100644 --- a/share/templates.d/99-generic/runtime-postinstall.tmpl +++ b/share/templates.d/99-generic/runtime-postinstall.tmpl @@ -106,7 +106,6 @@ append etc/depmod.d/dd.conf "search updates built-in" ## create multipath.conf so multipath gets auto-started append etc/multipath.conf "defaults {\n\tfind_multipaths smart\n\tuser_friendly_names yes\n}\n" -append etc/multipath.conf "blacklist_exceptions {\n\tproperty \"(SCSI_IDENT_|ID_WWN)\"\n}\n" ## make lvm auto-activate remove etc/lvm/archive/*