Skip to content
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

Make reason for Mig* resource unreadiness more obvious for MigPlan and MigMigration #1012

Open
djwhatle opened this issue Sep 10, 2020 · 1 comment

Comments

@djwhatle
Copy link
Contributor

Copied over from 1003 since this is a separate issue.


Problem

When Mig* resource goes unready, the reason for unreadiness isn't exposed. User has to dig through the related resources to find out what stopped the migration.

Suggested solution with MigPlan as example

If MigPlan status is unready, show specific problem e.g. "Plan is unready due to Replication Repo xyz being unready.", or equivalent warning for Clusters being unready. This can be accomplished by checking MigPlan for conditions

  • SourceClusterNotReady
  • DestinationClusterNotReady
  • StorageNotReady

User should be pointed to this specific information instead of generic "Plan Unready" when this more specific info is available.

@djwhatle
Copy link
Contributor Author

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

No branches or pull requests

1 participant