Andy Zhang
Andy Zhang
@antak6 could you create secret using following command? ``` kubectl create secret generic smb-credentials-test -n my-cifs-namespace --from-literal username=USERNAME --from-literal password="PASSWORD" ```
> Yes, we have created the secret using the same command have also tried with yaml defination. @antak6 what is the error msg in csi driver logs if mount failed?
@antak6 the driver would use domain `Azure` in username, .e.g. `Azure\username` , is this related? what is your username to mount on Windows? https://github.com/kubernetes-csi/csi-driver-smb/blob/887341d3d2094f43c071c7d899e7251eb7358828/pkg/smb/nodeserver.go#L215-L223
> We have tried with both domian\username and just username , same error this driver has windows e2e test running against smb file share and it works, so there would...
have you used `-o direct_io` mountOption? https://github.com/Azure/azure-storage-fuse Why am I not able to see the updated contents of file(s), which were updated through means other than Blobfuse2 mount? If your...
@Kaushik-Vaibhav pls append `--log-level=LOG_DEBUG` mount option, and restart pod, and then collect `/var/log/blobfuse2.log` on the node where blobfuse volume is mounted, thx.