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

ws-manager: add support for deleting snapshotVolumes (to clean up old backups) on workspace delete #10259

Closed
Tracked by #7901
sagor999 opened this issue May 25, 2022 · 1 comment · Fixed by #10267
Closed
Tracked by #7901
Assignees

Comments

@sagor999
Copy link
Contributor

sagor999 commented May 25, 2022

  • Support for deleting old volume snapshot when new one is created for workspace
  • Support for restoring volume snapshot from the cloud when it doesn't exist yet in the cluster.
@sagor999
Copy link
Contributor Author

sagor999 commented May 25, 2022

We need to solve following cases:

  • New workspace volume snapshot is created. We need to delete old volume snapshot for that workspace now.
  • Workspace is deleted. We need to delete any volume snapshots that might be remaining.
  • Open workspace in the cluster where volume snapshot doesn't exist yet. We need to restore volume snapshot.

Repository owner moved this from In Progress to Done in 🌌 Workspace Team Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant