openstack-ansible-os_swift/releasenotes/notes/swift-fs-file-limits-a57ab8b4c3c944e4.yaml
Kevin Carter 022b62fc8d Add options for configuring file limits in swift
Options have been added to allow a deployer to control the
hard, soft, and fs.file-max limits on swift specific nodes.

Change-Id: Ia5dd51fa360745a9776d58d0bf49d8e1201d3139
Closes-Bug: #1595290
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-07-12 12:12:41 +01: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``.