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

Failed snapshot due to interrupted system call #702

Closed
julio-lopez opened this issue Nov 25, 2020 · 11 comments
Closed

Failed snapshot due to interrupted system call #702

julio-lopez opened this issue Nov 25, 2020 · 11 comments
Milestone

Comments

@julio-lopez
Copy link
Collaborator

Backing up a directory in an Azure Files volume (mounted via SMB/CIFS) fails due to interrupted system cal

 unable to process directory "dist": read /www/xx/yy/zz.js: interrupted system call, try --help

Currently trying to narrow down which specific sys call.

cc: @bathina2

@julio-lopez
Copy link
Collaborator Author

The root cause seems to be the same as in restic/restic#2659

@julio-lopez
Copy link
Collaborator Author

golang/go@6b42016

@jkowalski
Copy link
Contributor

It appears that the fix is in Go 1.16. Other than waiting for that, is there much we can do?

@julio-lopez
Copy link
Collaborator Author

golang/go#40846

@julio-lopez
Copy link
Collaborator Author

Dunno, maybe adding wrappers in the mean time that we would undo once 1.16 is out. 1.16 is ~2.5 months out.

@julio-lopez
Copy link
Collaborator Author

Not sure, but this issue may (or may not) also affect reading files from kopia snapshots mounted via FUSE. Needs investigation.

@julio-lopez
Copy link
Collaborator Author

Go 1.16 beta1 is coming out soon. It may be a good idea to test whether this particular issue is resolved with a custom build of kopia.

@julio-lopez
Copy link
Collaborator Author

This should be fixed with #842

@julio-lopez
Copy link
Collaborator Author

Re-opening until it is fully verified.

@julio-lopez julio-lopez reopened this Feb 18, 2021
@julio-lopez
Copy link
Collaborator Author

cc: @pavannd1

@jkowalski
Copy link
Contributor

@julio-lopez can this be closed now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants