Actions
Bug #6484
closed[FUSE] fsync on read-only collection returns EROFS
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
FUSE
Target version:
Story points:
0.5
Description
Calling fsync() on a read-only collection returns EROFS (read-only filesystem error) instead of doing nothing. This breaks run-command virtual working directory functionality which uses fsync() to ensure that linked files located on a FUSE mount are synchronized with the server.
Actions