-
Notifications
You must be signed in to change notification settings - Fork 176
DIRAC v6r22
The main feature of the new release is the introduction of the new WebApp version (4.0)
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.
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
There's a new service to deploy: PilotManager. Just install it using
dirac-admin-sysadmin-cli
and
install service WorkloadManagement PilotManager
DB change:
use ResourceManagementDB
ALTER TABLE
DowntimeCache
MODIFY GOCDBServiceType VARCHAR(32);
ALTER TABLE
DowntimeCache
MODIFY Link VARCHAR(255)