Removed config section no longer required for service to start
Change-Id: I5be334b37d91a3a4c650b35d736b31ce82202414 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -30,6 +30,3 @@ replication_server = True
|
|||||||
[account-replicator]
|
[account-replicator]
|
||||||
per_diff = 10000
|
per_diff = 10000
|
||||||
reclaim_age = {{ reclaim_age | default(604800) }}
|
reclaim_age = {{ reclaim_age | default(604800) }}
|
||||||
|
|
||||||
#TODO(jamesdenton): Remove config section when no longer required for service to start
|
|
||||||
[account-auditor]
|
|
||||||
|
@@ -45,9 +45,6 @@ per_diff = 10000
|
|||||||
reclaim_age = {{ reclaim_age | default(604800) }}
|
reclaim_age = {{ reclaim_age | default(604800) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#TODO(jamesdenton): Remove config section when no longer required for service to start
|
|
||||||
[account-auditor]
|
|
||||||
|
|
||||||
[account-reaper]
|
[account-reaper]
|
||||||
delay_reaping = 604800
|
delay_reaping = 604800
|
||||||
|
|
||||||
|
@@ -29,6 +29,3 @@ replication_server = True
|
|||||||
|
|
||||||
[container-replicator]
|
[container-replicator]
|
||||||
reclaim_age = {{ reclaim_age | default(604800) }}
|
reclaim_age = {{ reclaim_age | default(604800) }}
|
||||||
|
|
||||||
#TODO(jamesdenton): Remove config section when no longer required for service to start
|
|
||||||
[container-auditor]
|
|
||||||
|
@@ -45,9 +45,6 @@ recon_lock_path = {{ swift_lock_dir }}
|
|||||||
reclaim_age = {{ reclaim_age | default(604800) }}
|
reclaim_age = {{ reclaim_age | default(604800) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#TODO(jamesdenton): Remove config section when no longer required for service to start
|
|
||||||
[container-auditor]
|
|
||||||
|
|
||||||
[container-updater]
|
[container-updater]
|
||||||
node_timeout = 15
|
node_timeout = 15
|
||||||
conn_timeout = 5
|
conn_timeout = 5
|
||||||
|
@@ -34,9 +34,6 @@ reclaim_age = {{ reclaim_age | default(604800) }}
|
|||||||
rsync_module = {replication_ip}::object_{device}
|
rsync_module = {replication_ip}::object_{device}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#TODO(jamesdenton): Remove config section when no longer required for service to start
|
|
||||||
[object-auditor]
|
|
||||||
|
|
||||||
[object-reconstructor]
|
[object-reconstructor]
|
||||||
concurrency = 6
|
concurrency = 6
|
||||||
reclaim_age = {{ reclaim_age | default(604800) }}
|
reclaim_age = {{ reclaim_age | default(604800) }}
|
||||||
|
@@ -49,9 +49,6 @@ reclaim_age = {{ reclaim_age | default(604800) }}
|
|||||||
rsync_module = {replication_ip}::object_{device}
|
rsync_module = {replication_ip}::object_{device}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
#TODO(jamesdenton): Remove config section when no longer required for service to start
|
|
||||||
[object-auditor]
|
|
||||||
|
|
||||||
[object-reconstructor]
|
[object-reconstructor]
|
||||||
concurrency = 6
|
concurrency = 6
|
||||||
reclaim_age = {{ reclaim_age | default(604800) }}
|
reclaim_age = {{ reclaim_age | default(604800) }}
|
||||||
|
Reference in New Issue
Block a user