Skip to content
Snippets Groups Projects
Commit 3b8b33a9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Swift: remove meta field from rsync command"

parents dfe2f9d0 bbf58f57
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ replication_server = {{ service_name == 'swift-account-replication-server' }}
{% if service_name == 'swift-account-replicator' %}
[account-replicator]
rsync_module = {replication_ip}:{meta}:account
rsync_module = {replication_ip}::account
{% endif %}
{% if service_name == 'swift-account-reaper' %}
......
......@@ -33,7 +33,7 @@ replication_server = {{ service_name == 'swift-container-replication-server' }}
{% if service_name == 'swift-container-replicator' %}
[container-replicator]
rsync_module = {replication_ip}:{meta}:container
rsync_module = {replication_ip}::container
{% endif %}
{% if service_name == 'swift-container-updater' %}
......
......@@ -37,7 +37,7 @@ replication_server = {{ service_name == 'swift-object-replication-server' }}
[object-replicator]
{% if service_name == 'swift-object-replicator' %}
rsync_module = {replication_ip}:{meta}:object
rsync_module = {replication_ip}::object
{% endif %}
{% if service_name == 'swift-object-updater' %}
......
---
fixes:
- |
Remove the meta field of the Swift rings from the default rsync_module
template. Having it by default, undocumented, can lead to
unexpected behavior when the Swift documentation states that this field
is not processed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment