You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes-9.2
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,50 @@ Many Thanks to Lars Jansse and Sandro Grizzo for their contributions.
79
79
- If upgrading from 8.2, be sure to read also the release notes for 9.0 and 9.1, important changes are described there. See the [9.2 migration guide](https://github.com/dCache/upgrade-guide/blob/master/UPGRADE92.md) for more complete information
80
80
- With version 9.2.8+, empty and non-existent banfiles will be treated the same
81
81
82
+
## Release 9.2.41
83
+
84
+
### pool
85
+
86
+
The wrandom partition ignored pool gap, thus can select a full pull.
87
+
This is now fixed and full pulls are skipped by wrandom partition.
88
+
89
+
90
+
Correct lastAccess and creationTime are now displayed by sweeper ls and thus replica lifetimes reported by dCache REST Api.
91
+
92
+
93
+
### tape
94
+
95
+
REST API Reponse checks the `error` field
96
+
and considers request failed if the field is present (ignoring that it has null value).
0 commit comments