openstack-ansible/releasenotes/notes/rsync_reverse_lookup-609fb68be712a5e4.yaml
Andy McCrae 42b250750d Fix role SHA's for Ocata-1 release
Change-Id: Ib6bb1d85e107a7aa4a4f522d976a00b385712127
2016-11-18 13:36:17 +00:00

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``.