Released on 28.02.2019 with StoRM v. 1.11.15.
This release fixes the JSON storage report generation as follow:
storageservice
. Its value is an object where everything else is put.endpoints
key has been renamed to storageendpoints
.shares
key has been renamed to storageshares
.Check the How-To documentation section to learn how to configure StoRM to share the JSON storage report.
This release also allows to specify multiple WebDAV endpoints by using the new
YAIM variable STORM_WEBDAV_POOL_LIST
, as a comma separated list.
The old strategy used to publish the StoRM WebDAV endpoint is still supported
but deprecated.
Update package:
yum update storm-dynamic-info-provider
To publish a WebDAV endpoint use STORM_WEBDAV_POOL_LIST
variable instead of
the deprecated variables:
All the webdav endpoints must be declared as a comma-separated list:
STORM_WEBDAV_POOL_LIST=http://storm-webdav.example.org:8085,https://storm-webdav.example.org:8443
Then run YAIM.
The deprecated variables can still be used within StoRM 1.11.15 but they won’t be supported by next releases.
This migration/upgrade allows site administrators to publish a well defined list of DAV endpoints, in order to overcome the previous limitations.
You can find information about upgrade, clean installation and configuration of StoRM services in the System Administration Guide.