-
-
Notifications
You must be signed in to change notification settings - Fork 32
Add DRBD9 kernel module #524
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
Conversation
Signed-off-by: Stéphane Graber <[email protected]>
| cd /buildroot/usr/src/drbd-*/src/ || exit 1 | ||
| ( | ||
| cat << EOF | ||
| ZGlmZiAtLWdpdCBhL2RyYmQvS2J1aWxkLmRyYmQgYi9kcmJkL0tidWlsZC5kcmJkCmluZGV4IDU5 |
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.
Any way to include this patch without embedding it as a base64-encoded chunk?
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.
Not that I could find. It was getting pretty ugly having to escape a bunch of stuff in there that was making the shell unhappy.
And I couldn't find a good way for mkosi to make the patch available only to the build environment.
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.
It's hopefully a temporary hack until the DRBD folks push out a release that works with 6.17.
Until then the patch forcefully turns off dax support.
Closes lxc#524 Signed-off-by: Stéphane Graber <[email protected]>
The proxmox-9 repository is needed to grab drbd-dkms while the trixie repository provides the remaining binaries. proxmox-9 is amd64-only but the only package we need from it is arch-all, so that still works for us. The trixie repository supports both architectures. Signed-off-by: Stéphane Graber <[email protected]>
Preparation for #436