Files
puppet-swift/releasenotes/notes/fallocate-opts-6a181c96d0a0cc31.yaml
Takashi Kajinami 7a05cf5840 Support customizing fallocate options
This change introduces the new parameters for the following options so
that users can customize fallocate calls in storage server processes.

 - [DEFAULT] disable_fallocate
 - [DEFAULT] fallocate_reserve
 - [app:<type>-server] fallocate_reserve

Change-Id: I37164a2fda28e63604545db46fc925ecf04f9204
2022-12-08 15:02:55 +09:00

10 lines
222 B
YAML

---
features:
- |
The following new parameters have been added to
the ``swift::storage::server`` defined resource type.
- ``disable_fallocate``
- ``fallocate_reserve``
- ``server_fallocate_reserve``