42b250750d
Change-Id: Ib6bb1d85e107a7aa4a4f522d976a00b385712127
12 lines
542 B
YAML
12 lines
542 B
YAML
---
|
|
features:
|
|
- The ``swift_rsync_reverse_lookup`` option has been added. This setting
|
|
will handle whether rsync performs reverse lookups on client IP
|
|
addresses, and will default to ``False``. We recommend leaving this
|
|
option at ``False``, unless DNS or host entries exist for each swift
|
|
host's replication address.
|
|
upgrade:
|
|
- The default behaviour of rsync, to perform reverse lookups, has
|
|
been changed to ``False``. This can be set to ``True`` by
|
|
setting the ``swift_rsync_reverse_lookup`` variable to ``True``.
|