We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e1219 commit 7f9589cCopy full SHA for 7f9589c
core/src/main/java/org/dcache/nfs/v4/OperationWRITE.java
@@ -89,7 +89,7 @@ public void process(CompoundContext context, nfs_resop4 result) throws ChimeraNF
89
res.status = nfsstat.NFS_OK;
90
res.resok4 = new WRITE4resok();
91
res.resok4.count = new count4(writeResult.getBytesWritten());
92
- res.resok4.committed = stable_how4.FILE_SYNC4;
+ res.resok4.committed = writeResult.getStabilityLevel().toStableHow();
93
res.resok4.writeverf = context.getRebootVerifier();
94
95
}
0 commit comments