-
Notifications
You must be signed in to change notification settings - Fork 100
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
Problem with SAAS while compiling 9.2.12 #105
Comments
from which source tarball do you start? for me compiling works perfectly fine with the tarball from pkg.linbit.com in a docker container. that said, in this case it even does not run into SPATCH as far as I saw.
|
I'm using actual git repo with tag
|
there seems to be some confusion here: if you use a git checkout, then the local spatch/coccinelle is used (not the online spatch as a service we provide). In this case the spatch/coccinelle shipped with Jammy is too old, it will fail. You would need to get a newer spatch from "somewhere". or you might be lucky if you generate a proper release tarball from the checkout and then run into the online spatch as a service. building DRBD is complex, why not just use the tarballs we provide that have prebuilt patches for more than 100 kernels (or run into the online spatch as a service which generates a patch on the fly) and be happy? |
We use it in several kubernetes clusters, saas created as pod and used locally in each of them. There can be different versions of OS, so we need to build it to kernel used in each OS. With 9.2.10 and 9.2.11 it works fine, problems started with 9.2.12. I don't sure, if problem with new version of drbd, or there some incorrect behavior of local saas service, because of very poor logging in saas. |
I now started from a tarball and removed the pre-generated patches so that it runs into the online version, and:
I find it interesting that not even the hashes match 🥴. You really did follow the recent changes to https://github.com/linbit/saas ? especially the last 2 commits switching to fedora and installing diffutils? other than that: works for me... |
Ok, looks like moving to ubuntu 24.04 solved this problem with new spatch
|
Trying update DRBD to 9.2.12
Geting error while getting patch from SAAS
In SAAS logs there is nothing interesting. Switching to last saas can't resolve situation.
The text was updated successfully, but these errors were encountered: