Andy Zhang
Andy Zhang
> @arc9693 thanks for the PR, could you squash all commits first, you could run by `git rebase HEAD~23` and then apply. > > I am worried that the previous...
@andpiccione thanks for taking this suggestion, the parameter in storage class would be inherited in pv when pv is created by the driver, so that's the same method. You could...
could you fix the windows ut failure: https://github.com/kubernetes-sigs/azurefile-csi-driver/actions/runs/11254288924/job/31298301887?pr=1971 ``` nodeserver.go:202: Unexpected call to *azurefile.MockDirectVolume.Remove([D:\a\azurefile-csi-driver\azurefile-csi-driver\pkg\azurefile\error_is_likely_target]) at D:/a/azurefile-csi-driver/azurefile-csi-driver/pkg/azurefile/nodeserver.go:202 because: there are no expected calls of the method "Remove" for that receiver ---...
@antak6 does ls or touch work if you mount smb share on the windows node directly? ``` $User = "Domain\USERNAME" $PWord = ConvertTo-SecureString -String "PASSWORD" -AsPlainText -Force $Credential = New-Object...