dcfdc9321e
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
12 lines
561 B
YAML
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``.
|