crc-org / vfkit

Apache License 2.0
109 stars 21 forks source link

virtiofs concurrency issues #158

Open cfergeau opened 3 weeks ago

cfergeau commented 3 weeks ago

When trying to use a virtiofs share to (for example) build rust code, it's possible to run into issues (No such file or directory). This is a virtualization framework bug which might be fixed in macOS 15, see https://github.com/containers/podman/issues/23061 for more details, a reproducer, a kernel patch from docker to workaround the issue, ...