-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
Current OpenShift installation 4.13.ec based on RHEL8.6
Install a fresh install of 4.13.rc based on RHEL9.2
The installation failed on baremetal server that have more than 1 disk, due to boot from disk issue
For more details see:
https://issues.redhat.com/browse/OCPBUGS-10959
IBM Cloud BM server using Lenovo Bios and no option to set HddFailover as Dell Bios.
Got the following error while worker installation:
This host is pending user action
Expected the host to boot from disk, but it booted the installation image - please reboot and fix boot order to boot from disk MR9461-16i 600062b2070785c028ae89f244909b6c (sda, /dev/disk/by-id/wwn-0x600062b2070785c028ae89f244909b6c)
Main reason is the RHEL9 detects devices in parallel and async asynchronous mode
The solution is to use disk by id and not by symbol link.
Need to do changes in PerfCI to support disk by id in:
- Jetlag installer
- ODF/LSO operators