-
Notifications
You must be signed in to change notification settings - Fork 203
K8SPXC-1701: add pxc config for restore job #2164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@eminaktas thank you for contribution, we'll include this in next release. |
09b88f9 to
5590c56
Compare
Signed-off-by: Emin Aktas <[email protected]>
56d4322 to
61b87a7
Compare
egegunes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eminaktas one-pod-5-7 test fails because of these changes. please update e2e-tests/one-pod/conf/one-pod.yml and add server_id to configuration section:
diff --git a/e2e-tests/one-pod/conf/one-pod.yml b/e2e-tests/one-pod/conf/one-pod.yml
index 7a39e7eac..0daa78708 100644
--- a/e2e-tests/one-pod/conf/one-pod.yml
+++ b/e2e-tests/one-pod/conf/one-pod.yml
@@ -16,6 +16,7 @@ spec:
gtid_mode=on
enforce_gtid_consistency=on
+ server_id=1
log-bin=binlog
log-slave-updatesSigned-off-by: Emin Aktas <[email protected]>
commit: 3c8510b |
CHANGE DESCRIPTION
Problem:
When restore job triggers job to prepare the cluster, mysql configs are not included for the job.
Cause:
Since running the pod in
rootuser is not allowed without this configuration, the restore jobs fails to run.Solution:
Attaching the pxc configuration to the job resolves the issue.
CHECKLIST
Jira
Needs Doc) and QA (Needs QA)?Tests
compare/*-oc.yml)?Config/Logging/Testability