openstack-ansible-os_swift/defaults
Andy McCrae 81aecda55f Expose and set a default fallocate_reserve value
When swift disks fill up completely it becomes difficult to perform
operations since delete operations require a write.

By setting this value we can ensure that PUT requests won't happen when
the disk space is below the threshold set (in bytes). This will not
govern rsyncs, which can still happen to fill up the disks, but assuming
a reasonably uniform distribution of data this should help prevent disks
from filling up.

Change-Id: I753de5e5ed09a21571575ef51c38752edc0730cb
Closes-Bug: #1545018
2016-04-14 13:56:00 +01:00
..
main.yml Expose and set a default fallocate_reserve value 2016-04-14 13:56:00 +01:00