Merge "Revert deleted config section in Swift config files"
This commit is contained in:
commit
8bceafccdd
@ -30,3 +30,6 @@ 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]
|
||||
|
@ -45,6 +45,9 @@ 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
|
||||
|
||||
|
@ -29,3 +29,6 @@ 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]
|
||||
|
@ -45,6 +45,9 @@ recon_lock_path = /var/lock
|
||||
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
|
||||
|
@ -34,6 +34,9 @@ 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) }}
|
||||
|
@ -49,6 +49,9 @@ 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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user