kolla-ansible/releasenotes/notes/bug-1863510-e39da141cdd07c41.yaml
Roman Krček fc0e0fb821 Fix unintentional trigger of ansible handlers
Due to an Ansible quirk, when one container of a group
changes, all containers in that group are restarted.
This can cause problems with some services.
The lower amount of containers restarted also speeds
up deploy and reconfigure.

Closes-bug: #1863510
Partially-implements: blueprint performance-improvements
Signed-off-by: Roman Krček <roman.krcek@tietoevry.com>
Change-Id: I699f9e7497bc1b384f383182d67233f3e0e165d1
2024-12-01 22:17:14 +01:00

9 lines
288 B
YAML

---
fixes:
- |
Fix unintentional trigger of ansible handlers.
Due to an Ansible quirk, when one container of a group
changes, all containers in that group are restarted.
This can cause problems with some services.
`LP#1863510 <https://launchpad.net/bugs/1863510>`__