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

copyFileContent broken on zfs (in some cases) #176

Open
codyps opened this issue Jan 8, 2021 · 0 comments
Open

copyFileContent broken on zfs (in some cases) #176

codyps opened this issue Jan 8, 2021 · 0 comments

Comments

@codyps
Copy link

codyps commented Jan 8, 2021

See moby/moby#41866

Basically, need to add EINVAL on this line:

if (err != unix.ENOSYS && err != unix.EXDEV) || !first {

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.

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

No branches or pull requests

1 participant