[Request]: Cross-volume single-file mounts should log informational message to the user.
Open
storage
- Dominant language
- Swift
- Stars
- 49.9k
- Forks
- 1.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 22
Description
### Feature or enhancement request details
apple/containerization#487 adds support for single file mounts. Once the containerization dependency is updated in container, we can test the capability for (rw, ro) x (same volume, cross volume).
We need to add a warning message for cross-volume rw mounts that the updates to the mounted file are not reflected on the host (the solution requires hard linking a temporary file to the host file, to ensure that other files in the same directory are not mounted into the container).
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.