[openstack-announce] [new][openstackansible] openstack-ansible-os_swift 13.3.1 release
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 15 20:51:03 UTC 2016
We are overjoyed to announce the release of:
openstack-ansible-os_swift 13.3.1: os_swift for OpenStack Ansible
For more details, please see below.
13.3.1
^^^^^^
New Features
* The "os_swift" role has 3 new variables that will allow a deployer
to change the hard, soft and fs.file-max limits. the hard and soft
limits are being added to the limits.conf file for the swift system
user. The fs.file-max settings are added to storage hosts via kernel
tuning. The new options are "swift_hard_open_file_limits" with a
default of 10240 "swift_soft_open_file_limits" with a default of
4096 "swift_max_file_limits" with a default of 24 times the value of
"swift_hard_open_file_limits".
Changes in openstack-ansible-os_swift 13.3.0..13.3.1
----------------------------------------------------
f2e3c77 Add options for configuring file limits in swift
Diffstat (except docs and test files)
-------------------------------------
defaults/main.yml | 5 +++++
.../notes/swift-fs-file-limits-a57ab8b4c3c944e4.yaml | 11 +++++++++++
tasks/swift_pre_install.yml | 20 ++++++++++++++++++++
tasks/swift_storage_hosts_setup.yml | 8 ++++++++
4 files changed, 44 insertions(+)
More information about the OpenStack-announce
mailing list