-
Notifications
You must be signed in to change notification settings - Fork 25
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 dm-integrity on lvm raids #106
Conversation
Hi @huettner94 thanks for this PR, much appreciated. This is a useful addition. We are currently trying to bring #100 to a state where it passes all integration test, i would like to merge yours after #100 was merged if this is ok for you. |
That sounds good for me. Then i can also skip the alpine bump. Thanks a lot |
#100 was merged |
Ok i now rebased. Also i included a modprobe call in the ci job to ensure the dm-raid and dm-integrity modules are loaded. I think that caused the test error previously. |
This adds support for automated raid integrity checking and can thereby help preventing bit rot. It however costs some read and write performance. Details can be found in `man lvmraid`. To run these tests we need the dm-raid and dm-integrity kernel modules loaded.
FYI I added an apply for the storageclass and did some cleanup after the tests run. Now the CI is happy, too. 🙂 |
Is this PR then "Ready for review" now? |
Thanks a lot @vknabel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is pretty close. Just few minor remarks. :D
Thanks for hanging in there! ⭐ |
Thanks a lot <3 |
This adds support for automated raid integrity checking and can thereby help preventing bit rot. It however costs some read and write performance.
Details can be found in
man lvmraid
or here.The bump of alpine to 3.17 is needed as otherwise the lvm2 cli does not yet know this option.