Skip to content

Commit

Permalink
Merge pull request #333 from haozturk/deploy-replica-recoverer
Browse files Browse the repository at this point in the history
Deploy replica recoverer
  • Loading branch information
dynamic-entropy authored Sep 23, 2024
2 parents 8af2929 + 36e1df4 commit 5d9f7f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/production/prod-release.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
9 changes: 9 additions & 0 deletions apps/production/prod-rucio-daemons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d9f7f6

Please sign in to comment.