Skip to content

[devel] Add option to dirac-dms-add-transformation

In order to find out from the production request DB which processing passes are active, and thus try and launch only the relevant replications, add an option --MCVersion that can take the following values:

  • "All": all numerical values of the MCVersion (i.e. the ConfigVersion of the BK) are considered
  • Any numerical value or comma-separated list of values (e.g. --MCVersion 2011,2012)

It forces the option --Unique in order to not re-launch an already existing replication

The other options can be used like --Start, --ListProcessingPasses or --Test

===========

Fix getSEStorageSpace() as the DB content was changed and token is now seName

Edited by Philippe Charpentier

Merge request reports