From 1ecfa8a90d814e9c62f78f528eb1f542a029a30e Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 19 Jul 2025 21:03:52 +0000 Subject: [PATCH] Removed config section no longer required for service to start Change-Id: I5be334b37d91a3a4c650b35d736b31ce82202414 Signed-off-by: Ivan Anfimov --- templates/account-server-replicator.conf.j2 | 3 --- templates/account-server.conf.j2 | 3 --- templates/container-server-replicator.conf.j2 | 3 --- templates/container-server.conf.j2 | 3 --- templates/object-server-replicator.conf.j2 | 3 --- templates/object-server.conf.j2 | 3 --- 6 files changed, 18 deletions(-) diff --git a/templates/account-server-replicator.conf.j2 b/templates/account-server-replicator.conf.j2 index 6b65fb56..1ae1ded0 100644 --- a/templates/account-server-replicator.conf.j2 +++ b/templates/account-server-replicator.conf.j2 @@ -30,6 +30,3 @@ replication_server = True [account-replicator] per_diff = 10000 reclaim_age = {{ reclaim_age | default(604800) }} - -#TODO(jamesdenton): Remove config section when no longer required for service to start -[account-auditor] diff --git a/templates/account-server.conf.j2 b/templates/account-server.conf.j2 index e78ce08c..acf66c86 100644 --- a/templates/account-server.conf.j2 +++ b/templates/account-server.conf.j2 @@ -45,9 +45,6 @@ per_diff = 10000 reclaim_age = {{ reclaim_age | default(604800) }} {% endif %} -#TODO(jamesdenton): Remove config section when no longer required for service to start -[account-auditor] - [account-reaper] delay_reaping = 604800 diff --git a/templates/container-server-replicator.conf.j2 b/templates/container-server-replicator.conf.j2 index cf6fb491..78c8b1e7 100644 --- a/templates/container-server-replicator.conf.j2 +++ b/templates/container-server-replicator.conf.j2 @@ -29,6 +29,3 @@ replication_server = True [container-replicator] reclaim_age = {{ reclaim_age | default(604800) }} - -#TODO(jamesdenton): Remove config section when no longer required for service to start -[container-auditor] diff --git a/templates/container-server.conf.j2 b/templates/container-server.conf.j2 index 8f7afe85..51e811f3 100644 --- a/templates/container-server.conf.j2 +++ b/templates/container-server.conf.j2 @@ -45,9 +45,6 @@ recon_lock_path = {{ swift_lock_dir }} reclaim_age = {{ reclaim_age | default(604800) }} {% endif %} -#TODO(jamesdenton): Remove config section when no longer required for service to start -[container-auditor] - [container-updater] node_timeout = 15 conn_timeout = 5 diff --git a/templates/object-server-replicator.conf.j2 b/templates/object-server-replicator.conf.j2 index 92665da8..c1264ce9 100644 --- a/templates/object-server-replicator.conf.j2 +++ b/templates/object-server-replicator.conf.j2 @@ -34,9 +34,6 @@ reclaim_age = {{ reclaim_age | default(604800) }} rsync_module = {replication_ip}::object_{device} {% endif %} -#TODO(jamesdenton): Remove config section when no longer required for service to start -[object-auditor] - [object-reconstructor] concurrency = 6 reclaim_age = {{ reclaim_age | default(604800) }} diff --git a/templates/object-server.conf.j2 b/templates/object-server.conf.j2 index d906124f..02cb81b2 100644 --- a/templates/object-server.conf.j2 +++ b/templates/object-server.conf.j2 @@ -49,9 +49,6 @@ reclaim_age = {{ reclaim_age | default(604800) }} rsync_module = {replication_ip}::object_{device} {% endif %} -#TODO(jamesdenton): Remove config section when no longer required for service to start -[object-auditor] - [object-reconstructor] concurrency = 6 reclaim_age = {{ reclaim_age | default(604800) }}