From b21bba2e146f88c87a3dd88610fc104e79b201b7 Mon Sep 17 00:00:00 2001 From: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Wed, 17 Jan 2024 08:49:38 +0100 Subject: [PATCH] swh/staging-cassandra: disable another scrubber with no more partitions to check --- swh/values/staging/swh-cassandra.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swh/values/staging/swh-cassandra.yaml b/swh/values/staging/swh-cassandra.yaml index 0cf359f8c..4ab9c680d 100644 --- a/swh/values/staging/swh-cassandra.yaml +++ b/swh/values/staging/swh-cassandra.yaml @@ -760,6 +760,8 @@ scrubber: requestedCpu: 400m requestedMemory: 200Mi directory-hashes: + # until https://gitlab.softwareheritage.org/swh/devel/swh-scrubber/-/issues/4699 fix + enabled: false configName: storage-cassandra-hashes-directory object: directory replicas: 1 -- GitLab