-
Notifications
You must be signed in to change notification settings - Fork 187
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
The file was not readable while being written #1268
Comments
pv and pvc configuration:
|
Hi, thanks for your interest in Mountpoint & the CSI Driver. This is expected behaviour - in Mountpoint's semantics documentation, it says that files cannot be read from whilst they're being written to. Unrelated to your problem, I noticed you're using the |
Why can I write to S3 in real time by looping through the mount point using the s3-app service? Is it because of the file system problem? |
I don't think that subsequent writes are actually completed in your example. The following command ignores the error reported by Mountpoint:
You'll get an error if you'll try to append to an existing object in S3 Standard via python script:
In any case file is not overwritten and following error is reported in Mountpoint logs:
This behaviour may be misleading, so we'll consider making the error in this case reported earlier. |
Mountpoint for Amazon S3 version
v1.12
AWS Region
No response
Describe the running environment
Mountpoint options
What happened?
Relevant log output
The text was updated successfully, but these errors were encountered: