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

[Backup/Restore cStor] Verify the case of triggering backup when cStor is unhealthy. #323

Open
kmova opened this issue May 7, 2020 · 1 comment
Labels

Comments

@kmova
Copy link
Contributor

kmova commented May 7, 2020

This issue was created in response to Originally posted by @mynktl in openebs/velero-plugin#79 (comment)

There were some panics observed when backup was triggered in case of cstor volume being in not-ready state and then subsequent cleanup resulted in panic.

If CVR are not healthy then snapshot will fail.
If CVR are healthy then we can inject this error while restarting the cstor pool pod or killing the cstor-pool-mgmt container

@kmova kmova added the velero label May 7, 2020
@shashank855
Copy link
Contributor

Looking at the issue, e2e flow should be like;

  • Create backup
  • Get the pool name where backup is scheduled.
  • Inject chaos on pool pod when backup is in progress.
  • Backup will be failed (expected).
  • Try deleting failed backup (It should get deleted).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants