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

modprobe.d: Set RAID0 default layout #2

Merged
merged 1 commit into from
Dec 13, 2019

Conversation

pothos
Copy link
Member

@pothos pothos commented Dec 13, 2019

The RAID0 layout changed from pre- to post-Linux-3.14
without any versioning information, which was only added
recently in mdadm. Therefore, when a RAID0 setup lacks the
versioning information we need to define what the default is,
or otherwise the kernel refuses to operate it.
Chose the alternate layout because we care about setups that
are created with post-3.14 kernels which are in use for the
last five years already.

Note: Requires flatcar-archive/coreos-overlay#147 to be updated when the commit ID here changes

The RAID0 layout changed from pre- to post-Linux-3.14
without any versioning information, which was only added
recently in mdadm. Therefore, when a RAID0 setup lacks the
versioning information we need to define what the default is,
or otherwise the kernel refuses to operate it.
Chose the alternate layout because we care about setups that
are created with post-3.14 kernels which are in use for the
last five years already.
Copy link
Member

@dongsupark dongsupark left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

2 participants