Skip to content

copyFileContent broken on zfs (in some cases) #176

@codyps

Description

@codyps

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions