From 8cf52a1bb69dff6633e4d36b622686e25e55ccaf Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Fri, 16 Jun 2023 16:16:03 +0200 Subject: [PATCH] Revert "Add blacklist_exceptions to multipath.conf" This reverts commit b1407900ac4b19d58951e1283070aadaa9b4729e. blacklist_exceptions prevents the installed system from booting. See https://bugzilla.redhat.com/show_bug.cgi?id=1853668 for details. --- 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 f53aee016..528a2cda1 100644 --- a/share/templates.d/99-generic/runtime-postinstall.tmpl +++ b/share/templates.d/99-generic/runtime-postinstall.tmpl @@ -103,7 +103,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/*