Hi goutham varma,
I am able to reproduce the issue you are facing
However, I am able to resolve the issue with the following steps
- Install fuse3
sudo yum install fuse3
- Install blobfuse2 with the following rpm
sudo rpm -Uvh https://packages.microsoft.com/rhel/7.5/prod/Packages/b/blobfuse2-2.0.3.x86_64.rpm
- Finally, you will have blobfuse3 installed
upvote
andAccept as answer
if the reply is helpful--