bb69b667f0
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
11 lines
601 B
YAML
11 lines
601 B
YAML
---
|
|
features:
|
|
- The ``fallocate_reserve` option can now be set (in bytes or as a percentage) for swift
|
|
by using the ``swift_fallocate_reserve`` variable in
|
|
``/etc/openstack_deploy/user_variables.yml``. This value is the amount of space to
|
|
reserve on a disk to prevent a situation where swift is unable to remove objects due
|
|
to a lack of available disk space to work with. The default value is 1% of the total
|
|
disk size.
|
|
upgrade:
|
|
- The ``swift_fallocate_reserve`` default value has changed from 10737418240
|
|
(10GB) to 1% in order to match the OpenStack swift default setting. |