Good afternoon,
We are working on the creation of a high availability Dremio cluster in Azure. For the external storage of metadata we have used the Azure File Share service and we have mounted it in one of the coordinators to test it.
coordinator fstab file example:
///…windows.net/data /mnt/data cifs nofail,vers=3.0,credentials=…/credentials.cred,uid=996,gid=993,dir_mode=0777,file_mode=0777,serverino
Trying to start Dremio, we have seen the following error in the logs:
I’ve been reviewing the forum posts and the only thread I’ve seen about this problem is from 2018 and has no answers: Db Mount Issues with AFS
What are we missing?
Thank you in advance