Closed yamt closed 1 year ago
i don't know if it's a new problem or not. i happened to have noticed it today.
it seems that this is not new: https://github.com/docker/for-mac/issues/3553
There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale
comment.
If not, this issue will be closed in 30 days.
Prevent issues from auto-closing with a /lifecycle frozen
comment.
/lifecycle stale
Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.
If you have found a problem that seems similar to this, please open a new issue.
/lifecycle locked
Expected behavior
a test script
expected result (taken on overlay fs /tmp)
Actual behavior
with "Use gRPC FUSE for file sharing", ln command fails with EIO. linkat syscall failed. but for some reasons a hardlink to the symlink target is created in the underlying filesystem. (the underlying filesystem is case-sensitive apfs, if it matters.)
without "Use gRPC FUSE for file sharing", it looks similar. but a bit worse about cache inconsintency.
Information
100% reproducible for me. i don't know if it's a new problem or not. i happened to have noticed it today.
Output of
/Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
Steps to reproduce the behavior
see above.