Skip to content

Commit 1b7de88

Browse files
authored
Update release notes for version 11.2
describe nfs-zero-copy capability
1 parent b862e0b commit 1b7de88

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

release-notes-11.2

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ HTML header: <title>dCache 11.2 Release Notes</title>
6464

6565
## Highlights
6666

67+
- NFS reag performance improvement
6768

6869
## Incompatibilities
6970

70-
- Xrootd PrepareRequest will return `Unsupported`
71+
- Xrootd PrepareRequest will return `Unsupported`.
7172

7273
## Acknowledgments
7374

@@ -95,12 +96,15 @@ The NFS door has been updated to use the original NFS request credentials when P
9596

9697
### Pool
9798

99+
The NFS mover has been updated to use `zero-copy` to reduce memory copies when data is sent to a client during READ.
100+
This provides up to a 20% increase in data throughput for data-intensive applications.
101+
98102
### Xrootd
99103

100-
Up to version 11.2.0 on Xrootd request `prepare`, which supped to trigger staging, dCache will
104+
Up to version 11.2.0 on Xrootd request `prepare`, which is supposed to trigger staging, dCache will
101105
respond with OK without performing any actions. Thus, any access to a file on tape will trigger
102-
stage and potentially block. This behavior is now change, so that `prepare` request will fail with
103-
error `Unsupported`. The users who need staging should use TAPE-REST-API.
106+
a stage and potentially block. This behavior is now changed, so that the `prepare` request will fail with
107+
the error `Unsupported`. Users who need staging should use the TAPE-REST-API.
104108

105109

106110
### Changelog from 11.0.0 to 11.1.0

0 commit comments

Comments
 (0)