-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Libgit2 has problems cloning on NFS mounts #1247
Comments
ref: rust-lang/cargo#6652 |
Is this only happening on NFS mounts? |
as far as I can tell. I can't reproduce it with a user that is using a local fs. |
I'm seeing this as well, using NFS in a different context: in a Kubernetes pod that has a mounted volume provisioned by the AWS EFS provisioner. Seems to be the same problem since EFS uses the NFS protocol. There's a longstanding issue in libgit2 that might be the root cause: libgit2/git2go#194. Seems like certain filesystems behave slightly differently and cause problems like this. |
Did anyone give the suggested patch a go? |
Using
dev
when home directory is an NFS mount results in the following error:I have r/w permissions for
/nfs/auto/home/seth
and have confirmed there is no concurrent access occurring. Not sure how to go about troubleshooting this but it's reproducible here so please let me know what other information I can provide.The text was updated successfully, but these errors were encountered: