Skip to content

Commit

Permalink
runtime-postinstall: Make sure blacklist_exceptions has been removed
Browse files Browse the repository at this point in the history
While syncing the templates with the current RHEL10 templates I goofed
and un-reverted the revert so this reverts the un-revert so it stays
reverted.

Or more simply, don't write the blacklist_exceptions section to
multipath.conf otherwise the system won't boot.

See https://bugzilla.redhat.com/show_bug.cgi?id=1853668 for details.

Resolves: RHEL-53721
  • Loading branch information
jstodola authored and bcl committed Aug 8, 2024
1 parent c8aa45d commit e7d09e9
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 e7d09e9

Please sign in to comment.