Released on 19.02.2018.
Supported platforms: CentOS 6
This release provides fixes to some outstanding bugs:
fixes a problem on status update for tape recalls created through the REST endpoint;
fixes pool account mapping failures observed when StoRM is deployed with lcmaps-plugins-basic >= 1.6.3;
enhances the request garbage collector so that PrepareToPut requests that are stuck in the state SRM_REQUEST_INPROGRESS are automatically expired after a configurable amount of time.
This amount of time can be configured through the new property expired.inprogress.time
(read more here).
Its default value is 2592000 secs (1 month).
Add/edit it into your storm.properties
file.
expired.request.ptp.time = 2592000
This amount of time can be configured through the property expired.request.time
(read more here)
which is already used for other asynch requests cleared by the Garbage Collector.
Its default value is 604800 secs (1 week).
Add/edit it into your storm.properties
file.
expired.request.time = 604800
Component | Version | Platform |
---|---|---|
StoRM Backend | 1.11.13 | centos6 |
YAIM StoRM | 4.3.10 | centos6 |
StoRM Info Provider | 1.8.0 | centos6 |
In case of a clean installation, follow the instructions in the System Administration Guide.
UMD-3 repositories are currently EOL so we encourage to use UMD-4. Read the upgrade instructions here.