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
@arulkumaran456 interesting query. We support only mounting a container as of now. The only workaround I can think here is to move all such files to a different folder and mount that folder instead of container. Mounting a file does not make sense as that would be more like just read/write to a file and no other file system operation that you can execute. Directory mount is supported though.
Meaning you want to see only files that exceed a certain configured value?
This kind of specialization we cannot take it up as of now. We are packed for this semester already. But I can add this to our backlog, and we can take up this item sometime later may be.
Backend does not return list of files based on size or any other properties, so this will add more processing cost to blobfuse to filter such files out. This means there will be extra CPU usage on host to filter this every time we do a listing operation. If its urgent for you, feel free to clone the repo and contribute these changes.
Which version of blobfuse was used?
blobfuse version 2.0.5
Which OS distribution and version are you using?
RHEL7
If relevant, please share your mount command.
What was the issue encountered?
Have you found a mitigation/solution?
Please share logs if available.
The text was updated successfully, but these errors were encountered: