-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overlay storage driver doesn't support Windows Subsystem for Linux's lxfs #327
Comments
@nalind Any ideas? Are we adding additional arguments to the tests? |
When we fell through to the single-lower test, which lets us discern whether the multi-lower test failed due to a lack of multi-lower support and not just a general overlay-not-working-on-the-lower-fs error, we were attempting the single-lower test incorrectly. #328 corrects it. |
This suggests that the WSL overlay filesystem doesn't support using multiple lower directories for a single mount. |
Well at least it does not if you don't specify an upper directory. |
Looks like we had a bug anyways. |
see containers/podman#3000
The storage driver was trying to mount overlay on WSL's lxfs but it was unable to do so:
Notice that overlay fs does work under WSL:
The text was updated successfully, but these errors were encountered: