Skip to content

Commit

Permalink
Revert "Add blacklist_exceptions to multipath.conf"
Browse files Browse the repository at this point in the history
This reverts commit b140790.

blacklist_exceptions prevents the installed system from booting.
See https://bugzilla.redhat.com/show_bug.cgi?id=1853668 for details.
  • Loading branch information
jstodola authored and bcl committed Jun 21, 2023
1 parent fa70fea commit 0f1110f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/templates.d/99-generic/runtime-postinstall.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 0f1110f

Please sign in to comment.