Skip to content

Commit c01e124

Browse files
authored
Merge pull request coreos#37 from jcapiitao/apply_dracut_fix
NO-JIRA: common.yaml: apply dracut fix in postcript
2 parents c0a192d + e7cea39 commit c01e124

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

kola-denylist.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
- rhel-10.1
5050

5151
- pattern: ext.config.shared.multipath.resilient
52-
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1937
52+
tracker: https://github.com/coreos/rhel-coreos-config/issues/43
53+
osversion:
54+
- centos-9
55+
- rhel-9.6
5356

5457
- pattern: ext.config.shared.kdump.crash
5558
tracker: https://github.com/coreos/rhel-coreos-config/issues/70

manifest-el9-shared.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ postprocess:
2121
#!/usr/bin/bash
2222
set -xeuo pipefail
2323
rm /usr/lib/systemd/zram-generator.conf
24+
25+
# We apply part of the patch https://github.com/dracut-ng/dracut-ng/pull/1306
26+
# https://issues.redhat.com/browse/RHEL-87490
27+
# https://github.com/coreos/fedora-coreos-tracker/issues/1937
28+
# The script will start to fail once backported at distgit level signaling to remove it.
29+
- |
30+
#!/usr/bin/env bash
31+
set -xeuo pipefail
32+
sed -i '/^ExecStart=\/usr\/sbin\/mpathconf --enable$/,${s//ExecStart=\/usr\/sbin\/mpathconf --enable --user_friendly_names n/;b};$q1' /usr/lib/dracut/modules.d/90multipath/multipathd-configure.service

0 commit comments

Comments
 (0)