-
Bug
-
Resolution: Done
-
Major
-
None
-
4.13
-
Moderate
-
No
-
OSDOCS Sprint 243
-
1
-
False
-
Description of problem:
We need to document a significant change in disk ordering / symbolic naming behavior in 4.13. I do not believe this impacts upgrades, but is important for fresh installs. ----- With RHEL 9 kernels, the symbolic sdX disk naming can often change across reboots. This can cause RHCOS install issues where the 2nd boot can't find sysroot if a symbolic name like "/dev/sda" was used as the install device. The general recommendation for device parameters, including any specific disk reference, e.g. for LSO/ODF installs, is to use a persistent naming option such as /dev/disk/by-id or WWN. This could require an adjustment to some existing automation since some sort of inspection may be needed to collect the install device by-id for each node. IPI and AssistedInstaller provide the rootDeviceHints option, for UPI it can be passed through the 'coreos.inst.install_dev' RHCOS install parameter.
Version-Release number of selected component (if applicable):
4.13
How reproducible:
often if non-persistent naming is used
Steps to Reproduce:
1. Fresh install 4.13 on baremetal system w/ multiple drives
Actual results:
Something like "sda" is no longer a reliable disk name
Expected results:
Documentation about this behavior change
Additional info:
- is related to
-
OCPBUGS-11978 Add note about device name that should not be sda or sdb
- ON_QA
-
OCPBUGS-13805 Reference configuration for LocalVolume uses inconsistent path
- Closed
- relates to
-
OCPBUGS-13354 Update root device hint documentation to recommend by-path names
- Closed
- mentioned on