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

Implement waiting for remote parent directory #197

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

valtri
Copy link
Contributor

@valtri valtri commented Jul 11, 2024

Summary

There may be needed to mount subdirectories in remote home directory (in ownCloud we will need multiple endpoints and we don't have symlinks there).

In Kubernetes is not guaranteed order of the sidecar containers launching, so there may be needed to wait for the "main" sidecar container mounting the parent directory before mounting subdirectories.

Implemented is waiting for the mountpoint in /proc/mounts, when specified MOUNT_WAIT_POINT environment variable.

Related issue :

Copy link
Contributor

@andrea-manzi andrea-manzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks!

@andrea-manzi andrea-manzi merged commit 00d41d6 into EGI-Federation:master Jul 11, 2024
10 checks passed
@valtri valtri deleted the waitmount branch July 25, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants