We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See moby/moby#41866
Basically, need to add EINVAL on this line:
EINVAL
fsutil/copy/copy_linux.go
Line 92 in 0834f99
Also worth considering if any error should cause the fallback.
I haven't isolated the kernel version/zfs version that causes the issue. My kernel & zfs version are posted in the moby ticket linked above.
There's also an identical issue in containerd/continuity: containerd/continuity#176
The text was updated successfully, but these errors were encountered:
@jmesmon Send the patches to the affected repos. Match the behavior/argumentation to https://github.com/golang/go/blob/5f646f0a984d43a2e9e99a1338145a862fef425e/src/internal/poll/copy_file_range_linux.go#L90-L112
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
See moby/moby#41866
Basically, need to add
EINVAL
on this line:fsutil/copy/copy_linux.go
Line 92 in 0834f99
Also worth considering if any error should cause the fallback.
I haven't isolated the kernel version/zfs version that causes the issue. My kernel & zfs version are posted in the moby ticket linked above.
There's also an identical issue in containerd/continuity: containerd/continuity#176
The text was updated successfully, but these errors were encountered: