File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,23 @@ HTML header: <title>dCache 12.0 Release Notes</title>
6767
6868## Incompatibilities
6969
70+ - Removed SRM and SRM server functionality.
71+
7072## Release 12.0.0
7173
7274### Billing
7375
76+ ### Frontend
77+
78+ Update REST API to allow space reservations:
79+
80+ ```
81+ curl -X POST \
82+ 'https://dcache-frontent-endpoint:3881/api/v1/space/tokens?accessLatency=online&retentionPolicy=replica&minSize=8192&description=foobar' \
83+ -d ''
84+ {"sizeInBytes":8192,"description":"foobar","id":8}
85+ ```
86+
7487### NFS
7588
7689### Pool
@@ -79,9 +92,9 @@ HTML header: <title>dCache 12.0 Release Notes</title>
7992
8093Added `dcache pool benchmark` command that executes pre-defined fio benchmark for all pools on the host.
8194
82- ### SRM Client
95+ ### SRM / SRM Client
8396
84- The srm client is excluded from the project build process.
97+ The SRM server and SRM client are excluded from the project build and test process.
8598
8699### Xrootd
87100
You can’t perform that action at this time.
0 commit comments