summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2021-07-07 09:34:17 +1200
committerLingxian Kong <anlin.kong@gmail.com>2021-07-10 12:31:46 +1200
commitc274ab9f1a9b270c0ec2cb2d4aebe052aa37d416 (patch)
treebb9f8b689b364c8d9991df4d0e626d6392769963 /releasenotes
parentb050996b9f6df738a0f68ac36a5b5f17f8bb2bc2 (diff)
downloadtrove-c274ab9f1a9b270c0ec2cb2d4aebe052aa37d416.tar.gz
Keep user defined configuration after resizing instance
* Never remove user defined config, changing the function name from save_configuration to reset_configuration in trove-guestagent. * Improved some logs * Do not remove Innodb Log Files after resize which will cause error: Can't open and lock privilege tables: Table './mysql/user' is marked as crashed and should be repaired Story: 2009033 Task: 42773 Change-Id: I9e3165ed9b38b15714542e35456415e65d438497
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/xena-fix-resize-instance.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/xena-fix-resize-instance.yaml b/releasenotes/notes/xena-fix-resize-instance.yaml
new file mode 100644
index 00000000..32412daf
--- /dev/null
+++ b/releasenotes/notes/xena-fix-resize-instance.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ - Fixed an issue that the replication configuration is lost after resizing
+ instance.