Actions
Bug #5896
open[FUSE] Ensure all I/O errors properly distinguish "not found" and other API errors
Story points:
-
Release:
Release relationship:
Auto
Description
A user is trying to work with a collection so large that, as of now, the API server can't return it—nginx returns a 504 timeout to the client. They tried to enter this collection's by_id
subdirectory. FUSE reported "No such file or directory," but that's not actually true. The Collection does exist; arv-mount just couldn't fetch it. arv-mount should only return ENOENT when it gets an express 403 or 404 from the API server, and return a more generic I/O error for all other problems.
Updated by Brett Smith over 9 years ago
- Target version changed from Bug Triage to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions