openstack-ansible/releasenotes/notes/swift-fs-file-limits-a57ab8b4c3c944e4.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

12 lines
561 B
YAML

---
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``.