trove/releasenotes/notes/fix-server-restart-bug-9746b2c2ed00a45a.yaml
wu.chunyang 9d31e46f00 Change mysql socket path to a persistent path.
This patch changes the default socket patch on the host from
"/var/run/mysqld" to "/var/lib/mysqld". ensuring that the
database container starts properly after a Nova instance is restarted.

Story: 2010599
Task: 47471

Change-Id: Idb0366ad1d73c85126e18fccd58f1e52176b63de
2024-01-08 18:06:43 +08:00

7 lines
193 B
YAML

---
fixes:
- |
Fix a bug where the mysql container is unable to recover
after a reboot of the Nova instance.
`Story 2010599 <https://storyboard.openstack.org/#!/story/2010599>`__