Files
puppet-swift/releasenotes/notes/storage-timeouts-10be849b3eb52217.yaml
Takashi Kajinami 7021ac5ddb storage: support timeout parameters
This introduces support for the following these two options for various
services.
 conn_timeout: connection timeout
 node_timeout: request timeout

Change-Id: I318c8db8c564e86b33597d13e0b50da03aa9f16e
2024-01-20 00:10:53 +09:00

16 lines
626 B
YAML

---
features:
- |
The ``swift::storage::server`` defined resource type now supports
the following parameters.
- ``conn_timeout`` and ``node_timeout`` for global values
- ``updater_conn_timeout`` and ``updater_node_timeout`` for
container-updater and account-updater
- ``replicator_conn_timeout`` and ``replicator_node_timeout`` for
object-replicator, container-replicator and account-replicator
- ``reaper_node_timeout`` and ``reaper_node_timeout`` for
account-reaper
- ``container_sharder_container_timeout`` and
``container_sharder_node_timeout`` for container-sharder