Files
openstack-helm/releasenotes/notes/mariadb-2d75f250c1fbcd73.yaml
Singh, Jasvinder (js581j) 8f961833e6 [Mariadb] Update the start script to fix lingering annotation
This patch fixes the issue where the script is leaving behind
reboot.node annotation after cluster is up. These changes were reverted,
back in the commit c2269d70a2  and are
absolutely needed. So  we are putting the reboot.node annotion empty
value back before calling run_mysqld.

Change-Id: I3f8ad2f5de0f169d7e37f1a15bcc85ebde4c01c8
Signed-off-by: Singh, Jasvinder (js581j) <js581j@att.com>
2025-09-25 15:34:00 -05:00

9 lines
299 B
YAML

---
mariadb:
- |
The reboot.node annotation wasn't removed after the cluster init is done.
This happened due to the fact that commit
c2269d70a23b55c459233ab5fc28362b7c2ca766 removed necessary code lines for
this and is absolutely needed. So, we are putting these changes back.
...