feat: test upstream openvoxserver-ca#33 rootless fix - #314
Closed
slauger wants to merge 7 commits into
Closed
Conversation
Raise memory limit from 128Mi to 256Mi and request from 64Mi to 128Mi. The previous limits were too low, causing OOMKill under sustained reconciliation load. Signed-off-by: Simon Lauger <simon@lauger.de>
slauger
force-pushed
the
feat/test-upstream-ca-rootless-fix
branch
from
April 20, 2026 21:28
221dbd8 to
90f3f02
Compare
Signed-off-by: Simon Lauger <simon@lauger.de>
Replace our sed-based patches for rootless chown issues with the upstream file_system.rb from OpenVoxProject/openvoxserver-ca#33. The upstream PR introduces an ensure_ownership helper that skips chown when not running as root, which covers both the file_system.rb chown calls and the forcibly_symlink used by symlink_to_old_cadir in setup.rb. This eliminates the need for both of our previous sed patches. Signed-off-by: Simon Lauger <simon@lauger.de>
The PR branch lives in dotconfig404/openvoxserver-ca, not the main repo. Signed-off-by: Simon Lauger <simon@lauger.de>
Use fixed commit hash instead of branch name to ensure reproducible builds. Signed-off-by: Simon Lauger <simon@lauger.de>
The glob path does not expand correctly in the build container. Use find like the original sed patch did. Signed-off-by: Simon Lauger <simon@lauger.de>
Signed-off-by: Simon Lauger <simon@lauger.de>
slauger
force-pushed
the
feat/test-upstream-ca-rootless-fix
branch
from
April 20, 2026 21:30
90f3f02 to
2717bfe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan