reef: mgr/telemetry: add stretch cluster data#66390
Open
Naveenaidu wants to merge 2 commits intoceph:reeffrom
Open
reef: mgr/telemetry: add stretch cluster data#66390Naveenaidu wants to merge 2 commits intoceph:reeffrom
Naveenaidu wants to merge 2 commits intoceph:reeffrom
Conversation
c483eb4 to
abf8429
Compare
yaarith
reviewed
Nov 24, 2025
Contributor
yaarith
left a comment
There was a problem hiding this comment.
@Naveenaidu looks good; please add the explanation about the conflict to the message of the commit that caused the conflict, thanks.
Stretch Mode information helps us learn how deployments are done for stretch clusters. We add a basic_stretch_cluster collection fo the "basic" channel for this purpose. Fixes: https://tracker.ceph.com/issues/67812 Signed-off-by: Naveen Naidu <naveen.naidu@ibm.com> (cherry picked from commit 6472b6b)
…retch_cluster" collection Note, this is not a clean cherry pick. The 4dac20e updated the `test_telemetry_reef_x.sh` and `test_telemetry_squid_x.sh` upgrade workunits. These upgrade workunits test the upgrade of a cluster from reef and squid (X-2) releases to the X version of cluster. Since we are cherry picking the commit to reef (X release), we would instead have to update the workunit files of pacific and quincy i,e the (X-2) releases. Signed-off-by: Naveen Naidu <naveen.naidu@ibm.com> (cherry picked from commit 4dac20e)
abf8429 to
ba01e11
Compare
Contributor
Author
yaarith
approved these changes
Nov 25, 2025
Contributor
Author
|
jenkins make check |
Contributor
Author
|
jenkins test make check |
2 similar comments
Contributor
Author
|
jenkins test make check |
Contributor
Author
|
jenkins test make check |
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.
backport tracker: https://tracker.ceph.com/issues/70081
parent tracker: https://tracker.ceph.com/issues/67812
Parent PR: #60606
Note: This wasn't a clean cherry-pick because the original PR updated the upgrade workunits (test_telemetry_reef_x.sh and test_telemetry_squid_x.sh. Those workunits files are not present in squid, because we test a different upgrade path. Have made the required workunit change here.