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

Bug: Do not run consistency check when a site is in Downtime #856

Open
dynamic-entropy opened this issue Oct 14, 2024 · 2 comments
Open
Labels

Comments

@dynamic-entropy
Copy link
Contributor

Bug Description

CC is unaware of the site status and runs on all configured sites.
It should skip sites that are not healthy. This helps avoid noise in CC monitoring.

Reproduction Steps

No response

Expected Behavior

No response

Possible Solution

Set CC attribute to false for the RSE.

Related Issues

No response

@mrguilima
Copy link

How are the consistency config supposed to programmatically obtain information about any downtimes?

@dynamic-entropy
Copy link
Contributor Author

This should be done outside of CC itself.
Most probably as part of this script: https://github.com/dmwm/CMSRucio/blob/master/docker/rucio_client/scripts/setSiteAvailability

Which would then set CE_config.ce_disabled to true.

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

No branches or pull requests

2 participants