Skip to content

Commit b748f12

Browse files
authored
11.1: describe changes in httpd
1 parent dfe5745 commit b748f12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

release-notes-11.1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ HTML header: <title>dCache 11.1 Release Notes</title>
7676

7777
## Acknowledgments
7878

79-
(tbd, this section uses markdown formatting)
79+
We thank Tino Reichardt for his contribution.
8080

8181

8282
## Release 11.1.0
@@ -101,7 +101,7 @@ The storage info of a file is defined by directory tags, such as `OSMTemplate` a
101101

102102
### Cleaner
103103

104-
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.
104+
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 the delete times out.
105105
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).
106106

107107
### Checksums
@@ -124,6 +124,8 @@ Added multimap plugin section in the dCache book.
124124

125125
### httpd
126126

127+
The pool and pool group usage pages have been updated to display data volumes in a human-readable form.
128+
127129
### Info
128130

129131
### Missing Files

0 commit comments

Comments
 (0)