Merge "Swift: remove meta field from rsync command"
This commit is contained in:
commit
3b8b33a907
@ -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' %}
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
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.
|
Loading…
Reference in New Issue
Block a user