-
Notifications
You must be signed in to change notification settings - Fork 515
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
CacheOnReadFs.OpenFile fails to create file with O_CREATE flag #193
Labels
Comments
Ran into this today as well while trying to use |
pojntfx
added a commit
to pojntfx/stfs
that referenced
this issue
Dec 25, 2021
pojntfx
added a commit
to pojntfx/stfs
that referenced
this issue
Dec 25, 2021
I've opened #332 which will close this issue. |
0xmichalis
added a commit
that referenced
this issue
Jan 5, 2022
Call `OpenFile` instead of `Open` in `CacheOnReadFs` (fixes #193)
pojntfx
added a commit
to pojntfx/stfs
that referenced
this issue
Feb 26, 2023
pojntfx
added a commit
to pojntfx/stfs
that referenced
this issue
Feb 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This fails at
copyToLayer()
(link) which callsos.Open()
(link) which fails withno such file or directory
as the file doesn't exist and needs to be created.The text was updated successfully, but these errors were encountered: