Skip to content

TOOL-558: fix paasta status during migrations#4249

Open
gmdfalk wants to merge 1 commit into
masterfrom
u/gfalk/TOOL-558-fix_paasta_status_during_migrations
Open

TOOL-558: fix paasta status during migrations#4249
gmdfalk wants to merge 1 commit into
masterfrom
u/gfalk/TOOL-558-fix_paasta_status_during_migrations

Conversation

@gmdfalk

@gmdfalk gmdfalk commented Feb 20, 2026

Copy link
Copy Markdown
Contributor

Problem

During the migration of Cassandra to EKS, we have duplicate CassandraCluster configurations, one on legacy clusters, one on new clusters.
But currently paasta status will only return the status of a single instance in the dict which is the EKS one, if it exists.
Ideally, we can see the status of both.

Solution

Make a backwards-compatible change that just creates a list with two entries and returns the status for both if more than one instance with the same name exist.

Signed-off-by: Max Falk gfalk@yelp.com

Signed-off-by: Max Falk <gfalk@yelp.com>
@gmdfalk gmdfalk requested a review from a team as a code owner February 20, 2026 14:04

@nemacysts nemacysts left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would personally prefer that we have duplicate instances for as short a period as possible - but if this (where "this" is having duplicates for an extended period of time) is necessary for y'all's migration process, i think i'd be fine with merging if we all pinky-promise that we'll revert this PR once we're done :)

@gmdfalk

gmdfalk commented Feb 23, 2026

Copy link
Copy Markdown
Contributor Author

i would personally prefer that we have duplicate instances for as short a period as possible - but if this (where "this" is having duplicates for an extended period of time) is necessary for y'all's migration process, i think i'd be fine with merging if we all pinky-promise that we'll revert this PR once we're done :)

I think we can live with paasta status temporarily not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants