Skip to content
fstagni edited this page Jul 12, 2019 · 10 revisions

WebApp 4.0

The main feature of the new release is the introduction of the new WebApp version (4.0)

Configuration

The section /Registry/VOMS is never looked up, it can be removed. All your configuration should already be moved (duplicated, probably) inside /Registry/VO.

VOMS2CSAgent: mailFrom option is invalid, use MailFrom instead.

DataManagement

FTS3 is now the default: the UseNewFTS3 flag by default evaluates to true. If you still want to rely on the deprecated old FTS system, please set

Systems/RequestManagementSystem/[setup]/Agents/RequestExecutingAgent/OperationsHandler/ReplicateAndRegister/UseNewFTS3=False

WorkloadManagement

There's a new service to deploy: PilotManager. Just install it using

dirac-admin-sysadmin-cli

and

install service WorkloadManagement PilotManager

ResourceStatus

DB change:

use ResourceManagementDB

ALTER TABLE DowntimeCache MODIFY GOCDBServiceType VARCHAR(32);

ALTER TABLE DowntimeCache MODIFY Link VARCHAR(255)

Clone this wiki locally