Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/fcos/v1_[34]: un-RAID ESP #178

Merged
merged 1 commit into from
Dec 22, 2020
Merged

config/fcos/v1_[34]: un-RAID ESP #178

merged 1 commit into from
Dec 22, 2020

Conversation

bgilbert
Copy link
Contributor

It's not safe to RAID the ESP because the firmware might decide to write to an individual replica, causing the RAID to desynchronize. Instead, create a separate filesystem for each replica.

Don't address backward compatibility because we're making this change soon after the functionality landed, and before it was documented in the OS.

Part of coreos/fedora-coreos-config#794. Fixes RHBZ 1909453. Discussion in coreos/fedora-coreos-config#718 and design doc update in coreos/enhancements#4.

It's not safe to RAID the ESP because the firmware might decide to write
to an individual replica, causing the RAID to desynchronize.  Instead,
create a separate filesystem for each replica.

Don't address backward compatibility because we're making this change
soon after the functionality landed, and before it was documented in the
OS.
Copy link
Member

@sohankunkerkar sohankunkerkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bgilbert
Copy link
Contributor Author

Holding until coreos/fedora-coreos-config#794 lands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants