-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for nextcloud-server #17980 / musl #10960
Per suggestions in #musl IRC, trying an approach that uses larger buffers for directory operations, which is closer to what glibc appears to be doing as part of readdir(). For reasons unbeknownst to the musl team, this appears to avoid the paging behavior that causes the defect to appear. To implement this approach, a custom build of the musl standard C library is required. The build happens in a separate build step so that the final image does not need to contain build tools or the musl source code.
- Loading branch information
Guy Elsmore-Paddock
committed
Nov 19, 2019
1 parent
3334f13
commit 7f69930
Showing
3 changed files
with
53 additions
and
142 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This folder should contain any patches that the local administrator would | ||
# like to apply to Nextcloud during the container build process. |
142 changes: 0 additions & 142 deletions
142
docker/nextcloud-common/bundled-patches/001-17980-rmdir-fails-on-large-chunked-uploads.patch
This file was deleted.
Oops, something went wrong.