On NFSv4.1, It seems OperationOPEN opened with EXCLUSIVE4_1 mode can't be write by subsequent OperationWRITE operation (access denied in PseudoFs checks).
cva_attrs contains a single attribute mode=0, causing the file to be writable by nobody.
I'll try to fully understand the problem and add some details later.
On NFSv4.1, It seems
OperationOPEN
opened with EXCLUSIVE4_1 mode can't be write by subsequentOperationWRITE
operation (access denied in PseudoFs checks).cva_attrs
contains a single attribute mode=0, causing the file to be writable by nobody.I'll try to fully understand the problem and add some details later.