-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
When OKD SCOS is being installed it may use FCOS as a starting image (for clouds where we don't upload SCOS artifacts yet). This causes default FCOS kernel arguments to be retained - which means default mitigations=auto,nosmt are being kept and installation fails as only half the CPUs are being used.
For AWS the workaround is to use m6a.xlarge flavor where nosmt doesn't disable CPUs.
In OKD FCOS bootstrap automatically mixes in a MachineConfig which sets mitigations=off and all nodes boot without this karg after pivot. Ideally, we should find a solution to this in C9S manifest (and fall back to installer script if not possible)
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.