Skip to content
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

I/O failures are not reported to the user #1894

Open
leafty opened this issue May 31, 2024 · 1 comment
Open

I/O failures are not reported to the user #1894

leafty opened this issue May 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@leafty
Copy link
Member

leafty commented May 31, 2024

A user can mount a cloud storage (e.g. s3://giab) where they have no write permissions in read-write mode. When this happens, the user can do file system operations just fine on the mounted storage.

image

In reality the I/O operations are only performed on the sessions's PVC but must fail to be synced to the S3 bucket.

@leafty leafty added the bug Something isn't working label May 31, 2024
@olevski
Copy link
Member

olevski commented May 31, 2024

Logs from rlcone when this occurs:

I0531 14:53:53.645952       1 rclone.go:348] rclone log:        status code: 403, request id: E5NPCGW6GKVF5QTV, host id: p02LV6e6H1Sp7iEMK+4z7H9OAxsD3UY+0Z1I2Rcf/M0ml2byFD42O+z3RtVJd8Rf/7fhyViMPu4=
I0531 14:53:53.645972       1 rclone.go:348] rclone log: 2024/05/31 14:53:53 ERROR : ubnafsdlfjlsdjkfadf: vfs cache: failed to upload try #1, will retry in 10s: vfs cache: failed to transfer file from cache to remote: AccessDenied: Access Denied
I0531 14:53:53.645980       1 rclone.go:348] rclone log:        status code: 403, request id: E5NPCGW6GKVF5QTV, host id: p02LV6e6H1Sp7iEMK+4z7H9OAxsD3UY+0Z1I2Rcf/M0ml2byFD42O+z3RtVJd8Rf/7fhyViMPu4=
I0531 14:53:53.748718       1 rclone.go:348] rclone log: 2024/05/31 14:53:53 ERROR : x: Failed to copy: AccessDenied: Access Denied
I0531 14:53:53.748794       1 rclone.go:348] rclone log:        status code: 403, request id: E5NSD2TT18SM662E, host id: sheGMgiK6iAfv//Pn479EdTUAU5K09u02uiV+ZMCWzwQrxUMOeX+KVugDgXOUsLsaTbpidk8iXA=
I0531 14:53:53.748816       1 rclone.go:348] rclone log: 2024/05/31 14:53:53 ERROR : x: vfs cache: failed to upload try #2, will retry in 20s: vfs cache: failed to transfer file from cache to remote: AccessDenied: Access Denied
I0531 14:53:53.748835       1 rclone.go:348] rclone log:        status code: 403, request id: E5NSD2TT18SM662E, host id: sheGMgiK6iAfv//Pn479EdTUAU5K09u02uiV+ZMCWzwQrxUMOeX+KVugDgXOUsLsaTbpidk8iXA=
I0531 14:54:03.971915       1 rclone.go:348] rclone log: 2024/05/31 14:54:03 ERROR : ubnafsdlfjlsdjkfadf: Failed to copy: AccessDenied: Access Denied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants