From 36e1df470569357c2dc3d4e1c4d701b485757d7a Mon Sep 17 00:00:00 2001 From: Hasan Ozturk Date: Fri, 20 Sep 2024 18:13:45 +0200 Subject: [PATCH] Deploy replica recoverer daemon in dry run mode --- apps/production/prod-release.yaml | 2 +- apps/production/prod-rucio-daemons.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/production/prod-release.yaml b/apps/production/prod-release.yaml index 4c6f676..32a6d28 100644 --- a/apps/production/prod-release.yaml +++ b/apps/production/prod-release.yaml @@ -1,5 +1,5 @@ image: - tag: release-35.2.1.cms6 + tag: release-35.2.1.cms7 # FIXME: Maybe not the best place for this but everything may need it config: diff --git a/apps/production/prod-rucio-daemons.yaml b/apps/production/prod-rucio-daemons.yaml index 433c1e4..b5c20bf 100644 --- a/apps/production/prod-rucio-daemons.yaml +++ b/apps/production/prod-rucio-daemons.yaml @@ -11,6 +11,15 @@ conveyorThrottlerCount: 2 judgeEvaluatorCount: 2 tracerKronosCount: 3 judgeCleanerCount: 2 +replicaRecovererCount: 1 +minosTemporaryExpirationCount: 1 + +replicaRecoverer: + activeMode: false + secretMounts: + - secretFullName: replica-recoverer-config + mountPath: /opt/rucio/etc/suspicious_replica_recoverer.json + subPath: suspicious_replica_recoverer.json reaper: includeRses: "reaper=True"