io: Copy leaves file zero bytes in Azure with CIFS #67806
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
Go version
1.22.3
Output of
go env
in your module/workspace:I'm using the golang:1.22.3 Docker image.
What did you do?
Please see #42400 but I am still seeing this issue with v1.22.3, when using an Azure Container Apps mount, which runs on AKS and uses a CIFS share.
What did you see happen?
Please see #42400, but essentially no bytes are written to the target file, even after flush/close. The file is successfully created, but io.copy transfers no contents.
What did you expect to see?
The file should be populated, which does occur for the same application when run locally.
The text was updated successfully, but these errors were encountered: