tripleo-heat-templates/releasenotes/notes/swift-prevent-relabeling-b9721aa5a1abda6e.yaml
Christian Schwede 191d160903 Do not relabel Swift files on every container start
Without this patch, files in /srv/node are relabeled on every start of
the account_auditor and/or account_reaper containers. If there are many
files (eg. when using Gnocchi) this will take a long time, sometimes
dozens of minutes per container start, and might result in breaking
upgrades/updates.

Relabeling already happens in step 3, this should be sufficient and
prevent additional delays when (re-) starting containers.

Closes-Bug: 1907070
Change-Id: I172ae8f35df34887aaf61b3e03d5aaab1d462a60
2020-12-16 12:37:40 +00:00

6 lines
155 B
YAML

---
fixes:
- |
Do not relabel Swift files on every container (re-)start. These will be
relabeled already in step 3 preventing additional delays.