StoRM v. 1.11.11

Released on 10.05.2016.

Supported platforms: CentOS 5 CentOS 6

Description

This release:

  • fixes a StoRM backend issue that prevented correct startup on Java 6 and 7

and introduces:

Released components

Component Version Platform
StoRM Backend 1.11.11 centos5 centos6

Bug fixes

  • [STOR-867] - Backend initialization fails when storage area has a default acl list

Enhancements

  • [STOR-695] - Improve performance of StoRM BE Garbage Collector
  • [STOR-890] - Finer grained metrics for the storm-backend

Upgrade from earlier StoRM versions

To upgrade to StoRM v.1.11.11, first of all update the involved packages:

yum update -y storm-backend-server

Check your /etc/storm/backend-server directory, you should find a new file: logging.xml.rpmnew. Backup your current logging configuration and replace it with the newest:

cd /etc/storm/backend-server
cp logging.xml logging.xml.backup
cp logging.xml.rpmnew logging.xml

Restart StoRM Backend service:

service storm-backend-server restart

Clean install

Follow the instructions in the System Administration Guide.