Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable PhEDExInjector; Enable all tiers to be injected in Rucio #9980

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

amaltaro
Copy link
Contributor

@amaltaro amaltaro commented Oct 11, 2020

No issue created

Status

ready

Description

This changes the default Data Management system for output data, allowing all the datatiers to be injected into Rucio; at same time completely disabling PhEDExInjector (component still running, but not taking any actions).

Note that this configuration remains:

config.RucioInjector.skipRulesForTiers = ["NANOAOD", "NANOAODSIM"]

meaning, the agent is not allowed to create container-level rules - if specified in the workflow - for those 2 datatiers.

Is it backward compatible (if not, which system it affects?)

yes

Related PRs

none

External dependencies / deployment changes

none

@cmsdmwmbot
Copy link

Jenkins results:

  • Unit tests: succeeded
  • Pylint check: succeeded
  • Pycodestyle check: succeeded
    • 1 comments to review
  • Python3 compatibility checks: succeeded

Details at https://cmssdt.cern.ch/dmwm-jenkins/view/All/job/DMWM-WMCore-PR-test/10514/artifact/artifacts/PullRequestReport.html

@@ -371,7 +371,7 @@
config.RucioInjector.createBlockRules = True
config.RucioInjector.RSEPostfix = False # enable it to append _Test to the RSE names
config.RucioInjector.metaDIDProject = "Production"
config.RucioInjector.listTiersToInject = ["NANOAOD", "NANOAODSIM"] # []
config.RucioInjector.listTiersToInject = [] # ["NANOAOD", "NANOAODSIM"]
config.RucioInjector.skipRulesForTiers = ["NANOAOD", "NANOAODSIM"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note we are still going to skip container-level rules for these 2 datatiers.

@amaltaro
Copy link
Contributor Author

Noo! I forgot to backport this patch...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants