Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limit to page size used by overlay2 driver
Go can falsely report a larger page size than supported, causing overlay2 mount arguments to be truncated. When overlay2 detects the mount arguments have hit the page limit, it will switch to using relative paths. If this limit is smaller than the actual page size there is no behavioral problems, but if it is larger mounts can fail for images with many layers. Closes moby#27384 Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
- Loading branch information