From 1de98348167f9923710d1a6d634ef6d8008eea5d Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Wed, 24 Feb 2021 15:06:08 +1100 Subject: Report final in_progress when sharding is complete On every sharder cycle up update in progress recon stats for each sharding container. However, we tend to not run it one final time once sharding is complete because the DB state is changed to SHARDED and therefore the in_progress stats never get their final update. For those collecting this data to monitor, this makes sharding/cleaving shards never complete. This patch, adds a new option `recon_shared_timeout` which will now allow sharded containers to be processed by `_record_sharding_progress()` after they've finished sharding for an amount of time. Change-Id: I5fa39d41f9cd3b211e45d2012fd709f4135f595e --- tools/playbooks/common/install_dependencies.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml index 893b7d03b..687607fad 100644 --- a/tools/playbooks/common/install_dependencies.yaml +++ b/tools/playbooks/common/install_dependencies.yaml @@ -40,3 +40,4 @@ - nose - pyeclib - python-swiftclient + - mock -- cgit v1.2.1