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

stage for backup CR looks confusing #3904

Closed
lichunzhu opened this issue Apr 8, 2021 · 3 comments · Fixed by #3910
Closed

stage for backup CR looks confusing #3904

lichunzhu opened this issue Apr 8, 2021 · 3 comments · Fixed by #3910
Assignees
Milestone

Comments

@lichunzhu
Copy link
Contributor

Question

Type: v1alpha1.BackupRunning,

Type: v1alpha1.BackupPrepare,

We set backup(br) job's status from Running -> Prepare -> Completed, which looks very confusing.

Type: v1alpha1.BackupRunning,

Type: v1alpha1.BackupPrepare,

It looks the same for export(dumpling) job.

@lichunzhu
Copy link
Contributor Author

Suggest changing to Prepare -> Running -> Completed

@DanielZhangQD DanielZhangQD added this to the v1.2.0-rc.1 milestone Apr 9, 2021
@DanielZhangQD DanielZhangQD modified the milestones: v1.2.0-rc.1, v1.1.12 Apr 12, 2021
@liubog2008
Copy link
Member

@DanielZhangQD Just exchange Prepare and Running? Are there any problems of API meaning changes?

@DanielZhangQD
Copy link
Contributor

DanielZhangQD commented Apr 12, 2021

@DanielZhangQD Just exchange Prepare and Running?

Are there any problems of API meaning changes?

It's OK, this fix just changes the condition order in the CR status.

Test Cases:

  • Backup with BR with spec.from configured
  • Backup with BR without spec.from configured
  • Backup with Dumpling

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 a pull request may close this issue.

4 participants