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

Add support for LVM RAID raid0 level #1047

Conversation

vojtechtrefny
Copy link
Member

When we initially added support for LVM RAID, raid0 wasn't
supported yet so we added support only for the old "striped"
segment type. RAID0 is now supported by LVM so we should support
it too.

Related: linux-system-roles/storage#271

When we initially added support for LVM RAID, raid0 wasn't
supported yet so we added support only for the old "striped"
segment type. RAID0 is now supported by LVM so we should support
it too.
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request May 16, 2022
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request May 16, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels won't work anymore.

See storaged-project/blivet#1047 for
details.
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request May 16, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels won't work anymore.

See storaged-project/blivet#1047 for
details.
vojtechtrefny added a commit to vojtechtrefny/anaconda that referenced this pull request May 18, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels for LVM RAID will be different with
different versions of blivet.

See storaged-project/blivet#1047 for
details.
Copy link
Contributor

@japokorn japokorn left a comment

Choose a reason for hiding this comment

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

Looks good to me.

vojtechtrefny added a commit to vojtechtrefny/storage that referenced this pull request May 19, 2022
Blivet supports creating LVs with segment type "raid0" but it is
not in the list of supported RAID levels. This will be fixed in
blivet, see storaged-project/blivet#1047
@vojtechtrefny vojtechtrefny merged commit bb22d33 into storaged-project:3.5-devel May 24, 2022
richm pushed a commit to linux-system-roles/storage that referenced this pull request Jun 2, 2022
* Add workaround for missing LVM raid0 support in blivet

Blivet supports creating LVs with segment type "raid0" but it is
not in the list of supported RAID levels. This will be fixed in
blivet, see storaged-project/blivet#1047

* Add a test for LVM RAID raid0 level

* README: Remove "striped" from the list of supported RAID for pools

We use MD RAID for RAIDs on the pool level which doesn't support
"striped" level.

* README: Clarify supported volume RAID levels

We support different levels for LVM RAID and MD RAID.
jkonecny12 pushed a commit to jkonecny12/anaconda that referenced this pull request Nov 21, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels for LVM RAID will be different with
different versions of blivet.

See storaged-project/blivet#1047 for
details.

(cherry picked from commit fabab04)
jkonecny12 pushed a commit to jkonecny12/anaconda that referenced this pull request Nov 21, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels for LVM RAID will be different with
different versions of blivet.

See storaged-project/blivet#1047 for
details.

(cherry picked from commit fabab04)
jkonecny12 pushed a commit to jkonecny12/anaconda that referenced this pull request Nov 23, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels for LVM RAID will be different with
different versions of blivet.

See storaged-project/blivet#1047 for
details.

(cherry picked from commit fabab04)
jkonecny12 pushed a commit to jkonecny12/anaconda that referenced this pull request Nov 23, 2022
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels for LVM RAID will be different with
different versions of blivet.

See storaged-project/blivet#1047 for
details.

(cherry picked from commit fabab04)
mikhailnov pushed a commit to mikhailnov/anaconda that referenced this pull request Oct 4, 2023
We are adding LVM RAID raid0 support to blivet so the harcoded
list of supported levels for LVM RAID will be different with
different versions of blivet.

See storaged-project/blivet#1047 for
details.

(cherry picked from commit fabab04)
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.

None yet

2 participants