Skip to content

Releases: italiangrid/storm

StoRM Backend v. 1.11.12

01 Sep 14:04
Compare
Choose a tag to compare

Released within StoRM v. 1.11.12.

Description

This release provides fixes to some outstanding bugs and improvements:

  • fixes/adds the insert of a recall task through the REST interface (more info here);
  • fixes a minor bug on the virtual filesystem returned during StoRI children creation;
  • fixes a minor bug on the storage-area resolution when moving resources through different storage-areas;
  • fixes bug that makes sanity check failing with latest GPFS versions;
  • adds a REST metadata endpoint (more info here);
  • requires Java 8;
  • removes all the unused stuff about the dismissed storm-gridhttps-plugin.

Bug fixes

  • [STOR-282] - Fix overlapping virtual filesystems error in StoRI children creation
  • [STOR-898] - Storage-area resolution fails on moving resources through different storage-areas
  • [STOR-925] - GPFS drops dev prefix in mtab causing StoRM backend sanity check to fail
  • [STOR-929] - Fix StoRM Recall Interface

Enhancements

  • [STOR-930] - Add Metadata Endpoint
  • [STOR-945] - Move to Java 1.8
  • [STOR-946] - Remove storm-gridhttps-plugin configuration

Installation and configuration

This release requires Java 8 and dismisses the use of gridhttps-plugin component that must be removed.
So, please, read carefully the installation notes.

You can find information about upgrade, clean installation and configuration of StoRM services in the System Administration Guide.

StoRM Backend v. 1.11.11

12 May 16:33
Compare
Choose a tag to compare

Description

This release fixes a StoRM backend issue that prevented correct startup on Java 6 and 7 and introduces:

  • a mechanism to gather metrics about synchronous operations load and performance (see sys-admin guide logging section);
  • changes to the Request Garbage Collector’s default configuration, which now implements an adaptive mechanism to keep the request database dimension under control in high-load scenarios (see sys-admin guide requests-garbage-collector section).

Bug fixes

  • STOR-867 - Backend initialization fails when storage area has a default acl list
    Improvements
  • STOR-695 - Improve performance of StoRM BE Garbage Collector
    -STOR-890 - Finer grained metrics for the storm-backend

Installation and configuration

To upgrade to v.1.11.11, first of all update the package:

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

You can find more information about upgrade, clean installation and configuration of StoRM services in the System Administration Guide.

StoRM Backend v. 1.11.10

22 Jan 11:43
Compare
Choose a tag to compare

Description

This release fixes a minor issue related to the retrieved error message in case of a srmAbort done specifying an expired token.

Bug fixes and improvements

  • STOR-234 - Storm BE does not manage correctly abort requests of expired tokens
  • STOR-835 - Improper management of SURL status can lead to PutDone errors and locked SURLs

Installation and configuration

You can find information about upgrade, clean installation and configuration of StoRM services in the System Administration Guide.

StoRM Backend v. 1.11.9

StoRM Backend v. 1.11.8

StoRM Backend v. 1.11.7

StoRM Backend v. 1.11.6

StoRM Backend v. 1.11.5

StoRM Backend v. 1.11.4

12 Jun 06:01
Compare
Choose a tag to compare
Merge pull request #23 from italiangrid/fix/STOR-602

fix for https://issues.infn.it/jira/browse/STOR-602

StoRM Backend v. 1.11.3

08 Jan 12:47
Compare
Choose a tag to compare

StoRM Backend v.1.11.3 release notes
StoRM v.1.11.3 release notes

Please read the announcement post