StoRM v. 1.11.19
Released on 29.10.2020.
Description
This release:
- fixes a bug introduced with StoRM v1.11.18 about the final update of the status on
database of a srmPtG or srmBoL requests;
- introduces new metrics in storm-backend-metrics.log;
- fixes a storm-webdav bug about the returned body content in case of HEAD requests.
Released components
Component |
Version |
Platform |
StoRM Backend |
1.11.19
|
centos6
centos7
|
StoRM WebDAV |
1.3.1
|
centos6
centos7
|
Bug fixes
- [STOR-1259] - StoRM WebDAV sends response body for HEAD requests resulting in errors
- [STOR-1260] - BoL and PtG requests statuses not updated after recall success
- [STOR-1267] - Uncaught RuntimeException raised when user.storm.pinned attribute is not found causes SRM_INTERNAL_ERROR during srmReleaseFiles
Enhancements
- [STOR-1201] - Update spring boot to 2.2.6 release
- [STOR-1251] - Include jetty handler metrics reporting in storm-backend-metrics log
Installation/Upgrade
If you’re upgrading from StoRM v1.11.18 you can simply update packages and restart services:
yum update -y storm-backend-server storm-webdav
on RHEL6:
service storm-backend-server restart
service storm-webdav restart
on RHEL7:
systemctl restart storm-backend-server
systemctl restart storm-webdav
Read more info about upgrading here