You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
40ignition-ostree: copy ESP contents as independent filesystems
If the firmware writes to an individual replica, the RAID will
desynchronize. Linux md will return reads from either replica, and then
any dependent writes could corrupt the filesystem. To prevent this,
fcct will no longer put the ESP on a RAID; instead we create multiple
independent filesystems and copy the contents to each. This is okay
because bootupd and fwupd should be the only things that care about the
contents of the ESP.
Don't worry too much about backward compatibility because we're making
this change soon after the functionality landed, and before it was
documented. For the record, old configs will fail on new systems
(because the partitions will be RAID members) but new configs will
skip copying /boot on old systems (because there's no filesystem labeled
"EFI-SYSTEM").
0 commit comments