openstack-ansible/releasenotes/notes/swift-rsync-module-per-drive-79b05af8276e7d6e.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
This patch updates all the roles to the latest available SHA's,
updates all the OpenStack Service SHA's and also updates the
appropriate python requirements pins.

Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
2016-06-02 21:05:45 +00:00

13 lines
485 B
YAML

---
features:
- Enable rsync module per object server drive by setting
the ``swift_rsync_module_per_drive`` setting to ``True``.
Set this to configure rsync and swift to utilise individual
configuration per drive. This is required when disabling
rsyncs to individual disks. For example, in a disk full
scenario.
upgrade:
- The ``swift_max_rsync_connections`` default value has
changed from 2 to 4 in order to match the OpenStack swift
documented value.