summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2023-03-29 21:55:17 +0800
committerwu.chunyang <wuchunyang@yovole.com>2023-03-29 21:55:17 +0800
commit9929847a640315b9be4a5666d38fe8e43992fdea (patch)
treefe625a9c4fe7dfae688a4a4e7196f204b7e4e0d4
parentab68c2d6803d996c561af70b30f22e780f79781f (diff)
downloadtrove-9929847a640315b9be4a5666d38fe8e43992fdea.tar.gz
Add missing releasenotes
Change-Id: Ic0cf8ad40cb82254d0eae9ac6d4ed7de6eb59450
-rw-r--r--releasenotes/notes/fix_mysql_missing_configdir-fa9e2e647dd46846.yaml8
-rw-r--r--releasenotes/notes/fix_mysql_permission_problem-2698e6a4dcc6e444.yaml5
2 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/fix_mysql_missing_configdir-fa9e2e647dd46846.yaml b/releasenotes/notes/fix_mysql_missing_configdir-fa9e2e647dd46846.yaml
new file mode 100644
index 00000000..632a0438
--- /dev/null
+++ b/releasenotes/notes/fix_mysql_missing_configdir-fa9e2e647dd46846.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Fix guest-agent failed to start mysql-5.7 container due to the missing
+ of the configdir. note that we don't test mysql 5.7(aka.5.7.40) image
+ in Trove CI tests.
+ `Stroy 2010543 <https://storyboard.openstack.org/#!/story/2010543>`__
+
diff --git a/releasenotes/notes/fix_mysql_permission_problem-2698e6a4dcc6e444.yaml b/releasenotes/notes/fix_mysql_permission_problem-2698e6a4dcc6e444.yaml
new file mode 100644
index 00000000..7b21ba30
--- /dev/null
+++ b/releasenotes/notes/fix_mysql_permission_problem-2698e6a4dcc6e444.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fix mysql instance permission issue when restoring a backup.
+ `Stroy 2010467 <https://storyboard.openstack.org/#!/story/2010467>`__ \ No newline at end of file