Skip to content

Commit d13f2d0

Browse files
committed
Set kernel argument rd.multipath=default
This is required to boot in some multipath environments, and should have no effect in non-multipath environments. Since there is always a non-empty DIB_BOOTLOADER_DEFAULT_CMDLINE now, the placeholder argument and TODO is removed.
1 parent 8e83429 commit d13f2d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

images/edpm-hardened-uefi-centos-9-stream.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@
3131
DIB_DHCP_TIMEOUT: '60'
3232
DIB_IMAGE_SIZE: '5'
3333
DIB_MODPROBE_BLACKLIST: 'usb-storage cramfs freevxfs jffs2 hfs hfsplus squashfs udf bluetooth'
34-
# TODO remove memtest=0 when this change is available:
35-
# https://review.opendev.org/c/openstack/diskimage-builder/+/884644
36-
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'memtest=0'
34+
DIB_BOOTLOADER_DEFAULT_CMDLINE: 'rd.multipath=default'
3735
DIB_BOOTLOADER_VIRTUAL_TERMINAL: ''

0 commit comments

Comments
 (0)