One system has CIFS autofs home directories. I can upload files without issue but it seems to be failing on the final rename:
But I can see the file uploaded, just with the .filepart
extension:
The final file is intact, the only thing that seems to be failing is the rename operation. I don't know why that would be the case. I've already tried to do directio
on the directory and this isn't reproducible on NFS automounts on the same server. I have seen this and Symantec AV is running but this isn't happening on NFS and even with AV disabled I still get the error.
I'm kind of at a loss as to what to check
EDIT:
Added wrinkle, the error does not appear if the file is small (such as 9KB). It's only large files that have this issue.