K8SPSMDB-1561 Mount the DB PVC in the PMM3 container#2196
Merged
hors merged 3 commits intopercona:mainfrom Jan 16, 2026
Merged
Conversation
b71ec56 to
e1403d5
Compare
egegunes
previously approved these changes
Jan 15, 2026
hors
requested changes
Jan 15, 2026
Collaborator
hors
left a comment
There was a problem hiding this comment.
We will have psmdb operator 1.22.0 release in two weeks.
Contributor
|
For some reason, we had this fix prepared: #1927, but it was missed through the cracks somehow during the merging process. Please have a look and update the unit tests accordingly. Thanks! |
Contributor
|
created a jira ticket for this as well: K8SPSMDB-1561 |
e1403d5 to
d179481
Compare
This is necessary to allow the node_exporter running in the pmm-client container to collect metrics on the database's persistent volume. This had been fixed for PMM2 in K8SPSMDB-1297 but that change didn't get picked up when PMM3 support was added to the operator shortly after.
d179481 to
69f8ccc
Compare
Contributor
Author
gkech
approved these changes
Jan 16, 2026
Collaborator
commit: 42fe61a |
hors
approved these changes
Jan 16, 2026
Collaborator
|
@sfoulkes Thank you for your contribution. |
This file contains hidden or 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
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.
This is necessary to allow the node_exporter running in the pmm-client container to collect metrics on the database's persistent volume. This had been fixed for PMM2 in K8SPSMDB-1297 but that change didn't get picked up when PMM3 support was added to the operator shortly after.