StoRM native-libs v. 1.0.6

Released on 07.08.2020 with StoRM v. 1.11.18. centos6 centos7

Bug fixes

  • [STOR-1219] - Fix ACL setting problems on storm-native-libs built against GPFS > 3.4

Installation and configuration

On RHEL6, update package:

yum update storm-native-libs storm-native-libs-gpfs

and run YAIM.

On RHEL7, the native libs are installed through StoRM Backend Puppet module. The GPFS libs are not installed by default. They have to be enabled by adding a:

class { 'storm::backend':
  ...
  install_native_libs_gpfs => true,
  ...
}

Read more at: