We mount a bucket successfully and start accessing files. Occasionally, we see errors like this one:
LOG_WARNING [block_blob.go (549)]: BlockBlob::getAttrUsingList : blob a/b/c.h5 does not exist
In all such cases, the files actually exist on the bucket. Config:
blobfuse2 mount /mnt/data/gcs-data --config-file=/tmp/blobfuse_config.yaml --foreground --container-name=<NAME> --wait-for-mount=30s --disable-writeback-cache -o allow_other
/tmp/blobfuse_config.yaml:
logging:
type: syslog
level: LOG_INFO
libfuse:
attribute-expiration-sec: 60
entry-expiration-sec: 60
direct-io: true
attr_cache:
timeout-sec: 60
azstorage:
type: block
components:
- libfuse
- attr_cache
- azstorage
We mount a bucket successfully and start accessing files. Occasionally, we see errors like this one:
In all such cases, the files actually exist on the bucket. Config:
/tmp/blobfuse_config.yaml: