Skip to content

GCSFuse function not implemented errors #2386

Closed Answered by ashmeenkaur
ashmeenkaur asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, this is expected behavior. Currently, GCSFuse does not support the following operations:

  • Fallocate: Used for pre-allocating disk space for a file so that disk space does not run out before writing. This is usually not implemented for Cloud based FUSE products as the disk space running out is not a concern there.
  • SetXattr, ListXattr, GetAattr, RemoveXattr: GCSFuse doesn't support extended-attributes (x-attrs) operations. Extended attributes provide a way to associate additional metadata or information with files and directories beyond the standard attributes like file size, modification time, etc. This is not usually implemented for Cloud based Fuse products.
  • CreateLink: Creates a ha…

Replies: 1 comment

Comment options

ashmeenkaur
Aug 22, 2024
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by ashmeenkaur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant