Skip to content

Commit 4c19460

Browse files
authored
Update release notes for version 12.0.0
Removed SRM and SRM server functionality, updated REST API for space reservations, and added dcache pool benchmark command.
1 parent 900ff2a commit 4c19460

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

release-notes-12.0

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8093
Added `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

0 commit comments

Comments
 (0)