From 56524e676cc5f76487e2849686c2944a5303b736 Mon Sep 17 00:00:00 2001 From: Christos Emmanouil Date: Mon, 2 Dec 2024 11:27:49 +0100 Subject: [PATCH 1/2] Upgrade prod to include CMSRucio PR 861 --- apps/production/prod-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/production/prod-release.yaml b/apps/production/prod-release.yaml index d2a3b8a..a66587d 100644 --- a/apps/production/prod-release.yaml +++ b/apps/production/prod-release.yaml @@ -1,5 +1,5 @@ image: - tag: release-35.4.0.cms4 + tag: release-35.4.0.cms5 # FIXME: Maybe not the best place for this but everything may need it config: From 162cd00abbb3cc7bdd95a15401d9abdaa5136bd6 Mon Sep 17 00:00:00 2001 From: Christos Emmanouil Date: Mon, 2 Dec 2024 11:39:42 +0100 Subject: [PATCH 2/2] add new probe with an interval of 30min --- apps/base/rucio-probes/cms-rucio-probes.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/base/rucio-probes/cms-rucio-probes.yaml b/apps/base/rucio-probes/cms-rucio-probes.yaml index 88a52e6..31f26c5 100644 --- a/apps/base/rucio-probes/cms-rucio-probes.yaml +++ b/apps/base/rucio-probes/cms-rucio-probes.yaml @@ -70,3 +70,6 @@ voProbes: check_deletable_replicas: interval: 10 voName: cms + check_rules_count_volume_per_rse_activity_state: + interval: 30 + voName: cms