You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running colima with the virtiofs driver I see permission denied errors when using bind volumes to sync files between my workspace and my dev container I see random permission denied errors. There errors are usually happening when running commands like yarn install or yarn build.
Sometimes the command will complete after re-running 2 or maybe even 3 times. If I rebuild my VM using sshfs I don't get any errors at all but the performance is much lower compared to virtiofs.
Version
Happens on many versions
Operating System
macOS Intel <= 13 (Ventura)
macOS Intel >= 14 (Sonoma)
Apple Silicon <= 13 (Ventura)
Apple Silicon >= 14 (Sonoma)
Linux
Output of colima status
Happens on many versions
Reproduction Steps
Build VM using virtiofs and vz setup
Checkout any node project and do yarn install
Observe random permission denied errors where files have correct permissions and the system user (non-root) is able to access problematic files.
Expected behaviour
No permission denied errors.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Description
When running colima with the virtiofs driver I see permission denied errors when using bind volumes to sync files between my workspace and my dev container I see random permission denied errors. There errors are usually happening when running commands like
yarn install
oryarn build
.Sometimes the command will complete after re-running 2 or maybe even 3 times. If I rebuild my VM using sshfs I don't get any errors at all but the performance is much lower compared to virtiofs.
Version
Happens on many versions
Operating System
Output of
colima status
Happens on many versions
Reproduction Steps
yarn install
Expected behaviour
No permission denied errors.
Additional context
No response
The text was updated successfully, but these errors were encountered: