[new][openstackansible] openstack-ansible-os_swift 13.1.2 release
We are jazzed to announce the release of: openstack-ansible-os_swift 13.1.2: os_swift for OpenStack Ansible For more details, please see below. 13.1.2 ^^^^^^ New Features ************ * Allow the fallocate_reserve option to be set (in bytes) for Swift, to help prevent disks from filling up and prevent a situation where Swift is unable to remove objects due to a lack of disk space. The fallocate_reserve value to is set to a default of 10GB. * 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 Notes ************* * The "swift_max_rsync_connections" default value has changed from 2 to 4 in order to match the OpenStack swift documented value. Changes in openstack-ansible-os_swift 13.1.1..13.1.2 ---------------------------------------------------- fa0fa62 Add functional testing to stable/mitaka branch 507495d Setup rsync module per object server drive ca1d2fe Expose and set a default fallocate_reserve value Diffstat (except docs and test files) ------------------------------------- defaults/main.yml | 19 +- .../swift-fallocate-reserve-ff513025da68bfed.yaml | 8 + ...ft-rsync-module-per-drive-79b05af8276e7d6e.yaml | 12 + tasks/swift_pre_install.yml | 1 + templates/account-server.conf.j2 | 3 + templates/container-server.conf.j2 | 3 + templates/object-server-replicator.conf.j2 | 3 + templates/object-server.conf.j2 | 6 + templates/rsyncd.conf.j2 | 38 +++ 28 files changed, 1049 insertions(+), 329 deletions(-)
participants (1)
-
no-reply@openstack.org