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
Currently, if mounting in csi-rclonefails, we get an event for the session, e.g.
MountVolume.SetUp failed for volume "pvc-6c340acc-b778-499c-8c8e-acaf8fcfea7d" : rpc error: code = Internal desc = mounting failed: couldn't create mount: received error from the rclone server: {"error": "read metadata failed: Username or password was incorrect, Username or password was incorrect, No 'Authorization: Bearer' header found. Either the client didn't send one, or the server is mis-configured: Sabre\\DAV\\Exception\\NotAuthenticated: 401 Unauthorized", "path": "mount/mount", "input": "<redacted>", "status": 0}
but this is not surfaced to users in any way.
We should surface these logs (maybe with some additional context, like which storage failed to mount) so they can be shown to users.
The text was updated successfully, but these errors were encountered:
Currently, if mounting in csi-rclonefails, we get an event for the session, e.g.
but this is not surfaced to users in any way.
We should surface these logs (maybe with some additional context, like which storage failed to mount) so they can be shown to users.
The text was updated successfully, but these errors were encountered: