-
Notifications
You must be signed in to change notification settings - Fork 168
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
Revert "cmdlib: workaround rofiles-fuse mounts leaking" #3860
Conversation
|
CI was stuck in the build stage for hours so I restarted the job. |
CI is stuck because it's hitting the very issue that ba45b29 is working around. If you log into the cluster, |
BTW, I didn't try very hard to reproduce this locally, but it might. (Using |
Thanks @jlebon for the pointer! Run locally using Ignore the error, need to update https://github.com/coreos/coreos-assembler/blob/main/src/cmd-build#L372 to remove |
Hmm, you shouldn't have to use |
Thanks @jlebon , much appreciated for your guidance. Revert #3848 and #3862, then do some testing.
Will keep an eye for this and do more testing. |
Ahhh interesting. That it'd be a regression in rpm-ostree seems surprising. Can you sanity-check that if you build tag v2024.7 locally, it fails? If so, then you can git bisect it (good: git main, bad: tag v2024.7). |
Sorry for the confused result, build rpm-ostree locally (using git main instead of rpm) and
So the root cause is we use If update to |
f2635a6
to
03313d7
Compare
Ahhh yes, of course. supermin respects RPM deps and so dutyfully pulled in fusermount3. So yes, https://src.fedoraproject.org/rpms/rpm-ostree/c/3c602a23787fd2df873c0b18df3133c9fec4b66a is what broke us and the timeline matches up I think. I just tagged https://koji.fedoraproject.org/koji/buildinfo?buildID=2540995 into f40-coreos-continuous. Rebased this PR and also added a revert of 5e7638f. |
Cool, thanks @jlebon very much for the pointer and guidance! |
/lgtm |
This reverts commit ba45b29.