-
Notifications
You must be signed in to change notification settings - Fork 77
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
Adding fixing broken configuration test for mysql-router #1196
Merged
ajkavanagh
merged 2 commits into
openstack-charmers:master
from
xtrusia:fixing_broken_conf
Jun 13, 2024
Merged
Adding fixing broken configuration test for mysql-router #1196
ajkavanagh
merged 2 commits into
openstack-charmers:master
from
xtrusia:fixing_broken_conf
Jun 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openstack-mirroring
pushed a commit
to openstack/charm-mysql-router
that referenced
this pull request
May 22, 2024
A customer faced an issue when they face full disk. Mysql router configuration file was broken. As this charm doesn't handle whole configuration file, charm wrote just part of them based on template. so re-bootstrapping is needed when this symptom happens. To do that, I put code to check configuration file size, and if it is under 1000bytes, run bootstrap. func-test-pr: openstack-charmers/zaza-openstack-tests#1196 Closes-Bug: #2004088 Change-Id: Ic28f0406eb8d5dbd9131ae83090498297ac48c31
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
May 22, 2024
* Update charm-mysql-router from branch 'master' to 2cc90ec1f1a2f449dd785bed57a51c5632d29b0a - Merge "Fixing broken mysql-router configuration" - Fixing broken mysql-router configuration A customer faced an issue when they face full disk. Mysql router configuration file was broken. As this charm doesn't handle whole configuration file, charm wrote just part of them based on template. so re-bootstrapping is needed when this symptom happens. To do that, I put code to check configuration file size, and if it is under 1000bytes, run bootstrap. func-test-pr: openstack-charmers/zaza-openstack-tests#1196 Closes-Bug: #2004088 Change-Id: Ic28f0406eb8d5dbd9131ae83090498297ac48c31
ajkavanagh
approved these changes
Jun 13, 2024
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Oct 16, 2024
* Update charm-mysql-router from branch 'master' to dd4b04bdd6e083aae9bcdc8aefafe9e7cdba33f0 - Fixing broken mysql-router configuration A customer faced an issue when they face full disk. Mysql router configuration file was broken. As this charm doesn't handle whole configuration file, charm wrote just part of them based on template. So re-bootstrapping is needed when this symptom happens. To do that, I put code to check configuration file size, and if it is under 1000bytes, run bootstrap. func-test-pr: openstack-charmers/zaza-openstack-tests#1196 Closes-Bug: #2004088 Change-Id: I02863c6afa0b4d95d3dbf550339a1860fe5ea8c1
openstack-mirroring
pushed a commit
to openstack/charm-mysql-router
that referenced
this pull request
Oct 16, 2024
A customer faced an issue when they face full disk. Mysql router configuration file was broken. As this charm doesn't handle whole configuration file, charm wrote just part of them based on template. So re-bootstrapping is needed when this symptom happens. To do that, I put code to check configuration file size, and if it is under 1000bytes, run bootstrap. func-test-pr: openstack-charmers/zaza-openstack-tests#1196 Closes-Bug: #2004088 Change-Id: I02863c6afa0b4d95d3dbf550339a1860fe5ea8c1
openstack-mirroring
pushed a commit
to openstack/charm-mysql-router
that referenced
this pull request
Oct 17, 2024
A customer faced an issue when they face full disk. Mysql router configuration file was broken. As this charm doesn't handle whole configuration file, charm wrote just part of them based on template. So re-bootstrapping is needed when this symptom happens. To do that, I put code to check configuration file size, and if it is under 1000bytes, run bootstrap. func-test-pr: openstack-charmers/zaza-openstack-tests#1196 Closes-Bug: #2004088 Change-Id: I02863c6afa0b4d95d3dbf550339a1860fe5ea8c1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
try to fix broken conf automatically if size is under 1000bytes