Hello good day!
I attach a simplified diagram where I use VMSS in my Web layer, a Mysql PaaS and a blob with a private link, with a mount point configured with blobfuse2.
-If you have configured local file-caching for Blobfuse and if so, are you caching small or large files?
- Yes, I initially configured the ephemeral disk cache in path: /mnt/resource/blobfuse2tmp, and configured it for smaller files as shown in my conf.yaml below: -`file_cache:
path: /mnt/resource/blobfuse2tmp
timeout-sec: 120
max-size-mb: 4096
no-symlinks: true
-Have you tried using an SSD for caching for high performance?
- SSD ephemeral disks
I performed a "time cp -Rpv" test between the VMSS and the Blob of an ~80Mb directory with several small files, and I got a time of approximately:
real 0m38.500s
With this result my application is extremely slow:
I will activate Blobfuse2 Health Monitor as you suggested.