NFS 3.0 error 1: Exit status 32. No such file or directory
Cause: Blob container doesn't exist
To check if the Blob container exists, follow these steps:
Search for Storage accounts in the Azure portal and access your storage account.
[
Select Containers under Data storage in the storage account and check if the associated PersistentVolume (PV) exists in Containers. To see the Persistent Volume (PV), check the Persistent Volume Claim (PVC) associated with the pod in the YAML file, and then check which PV is associated with that PVC.
[
Solution: Ensure the Blob container exists
To resolve this issue, make sure that the Blob container that's associated with the PV/PVC exists.
Reference Article: https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/mounting-azure-blob-storage-container-fail#nfs-error1
Also, please share blob driver POD logs from which is running on the NODE from where this application POD is being scheduled.
Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.