Fix coreos multipath installation - #118401
Conversation
|
@alicefr PTAL |
| $ coreos-installer install /dev/mapper/mpatha \ | ||
| --ignition-url=http://host/worker.ign \ | ||
| --append-karg rd.multipath=default \ | ||
| --append-karg root=/dev/disk/by-label/dm-mpath-root \ |
There was a problem hiding this comment.
Do you mind a sentence why we need to drop this option starting from OCP 4.22 since the documentation changed. The reason is because coreos installer will handle automatically the setting of root. Now instead of pointing to the root disk by label which might cause some partition collision, we will refer it by uuid, and the coreos installer will automatically add the option root=/dev/disk/by-label/dm-mpath-$UUID
|
@mburke5678: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
https://redhat.atlassian.net/browse/OCPBUGS-112076
Link to docs preview:
QE review: