Skip to content

Commit c6deb41

Browse files
authored
11.1: describe removal of checksum as key-value pair
1 parent 6025893 commit c6deb41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

release-notes-11.1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,15 @@ Those flags did not influence the dcache behavior and were invisible to users. T
8787

8888
### Cleaner
8989

90-
Previously, `cleaner-hsm` would send one delete request per HSM at a time to a single pool each. However, this level of parallelization is not very efficient, epecially when deletes time out.
90+
Previously, `cleaner-hsm` would send one delete request per HSM at a time to a single pool each. However, this level of parallelization is not very efficient, especially when deletes time out.
9191
Now, for each HSM, it can delete files in parallel via multiple pools. Instead of waiting for one delete request batch per HSM to finish or time out, it will send further delete requests for that HSM to other pools connected to it on successive `cleaner-hsm` runs. By decreasing the time between successive runs, the number of parallel cleaning pools is increased (as long as there are available pools).
9292

9393
### Checksums
9494

9595
### DCAP
9696

97+
Removed the capability of associating a checksum as a key-value pair on upload. The checksum had never been used by dCache or exposed to users.
98+
9799
### Frontend
98100

99101
### FTP

0 commit comments

Comments
 (0)