Released on 07.08.2020 with StoRM v. 1.11.18.
This release introduces the support for CentOS 7.
It also provides fixes to some outstanding bugs, and introduces several improvements, in particular:
This release fixes a minor issue on the init script.
On RHEL6, update package:
yum update storm-backend-server
and run YAIM.
On RHEL7, to install and configure StoRM Backend you can use StoRM Puppet module as follows:
puppet module install cnafsd-storm
class { 'storm::backend':
hostname => 'backend-host.example.org',
mysql_server_install => true,
transfer_protocols => ['file', 'gsiftp', 'webdav'],
xmlrpc_security_token => 'NS4kYAZuR65XJCq',
db_username => 'storm',
db_password => 'storm',
service_du_enabled => true,
srm_pool_members => [
{
'hostname' => $host,
}
],
gsiftp_pool_members => [
{
'hostname' => $host,
},
],
webdav_pool_members => [
{
'hostname' => $host,
},
],
storage_areas => [
{
'name' => 'test.vo',
'root_path' => '/storage/dteam',
'access_points' => ['/dteam'],
'vos' => ['dteam'],
'online_size' => 40,
},
],
}
Read more at: