Skip to content
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

Mountpoint chown recursive now optional #758

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

kierenevans
Copy link
Contributor

When there are a large amount of files, the recursive chown on some filesystems causes a big delay in allowing the pod to start up.

The recursive chown on NFS is ignored due to user management largely being ignored, but some filesystems do offer the ability to change the user.

The intention of this was to change the owner of the mountpoint rather than the owner of the files within the mountpoint, as hopefully the files within are already owned correctly.

@kierenevans kierenevans added harness-php PHP harness harness-akeneo Akeneo harness labels Mar 23, 2023
g-foster2020
g-foster2020 previously approved these changes Mar 23, 2023
@kierenevans kierenevans force-pushed the mountpoint-chown-recursive-optional branch from d8550b7 to b1e8826 Compare March 23, 2023 14:59
@kierenevans kierenevans added the enhancement New feature or request label Mar 23, 2023
Base automatically changed from use-tagged-version-of-busybox to 1.5.x March 24, 2023 10:20
When there are a large amount of files, the recursive chown on some filesystems
causes a big delay in allowing the pod to start up.
@kierenevans kierenevans force-pushed the mountpoint-chown-recursive-optional branch from b1e8826 to 10e9a01 Compare March 24, 2023 10:51
@kierenevans kierenevans enabled auto-merge (squash) March 24, 2023 10:52
@kierenevans kierenevans merged commit a47e7f9 into 1.5.x Mar 24, 2023
@kierenevans kierenevans deleted the mountpoint-chown-recursive-optional branch March 24, 2023 12:16
@andytson-inviqa andytson-inviqa added this to the 1.5.0 milestone May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request harness-akeneo Akeneo harness harness-php PHP harness
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants