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

Batch delete snapshots (or do it in background) #119

Open
chillu opened this issue Mar 9, 2015 · 1 comment
Open

Batch delete snapshots (or do it in background) #119

chillu opened this issue Mar 9, 2015 · 1 comment

Comments

@chillu
Copy link
Member

chillu commented Mar 9, 2015

The "delete" action in snapshots relies on submitting a form, which takes up to 30 secs to process and reload a large amount of snapshots (50+). This is exactly the situation where you usually need to start deleting old snapshots, since quotas are exceeded. So if you want to delete 20 snapshots to free up space, that can easily take 10 minutes of sitting there and watching the browser spin. You can work with multiple tabs I guess, but that's hardly ideal.

We need to allow faster deleting of snapshots. Either by submitting the form via ajax, or (preferred) by a new batch edit mode with checkboxes, and a dropdown of the action that needs to be performed.

@stojg
Copy link

stojg commented Jul 1, 2015

Is this still an issue with the slightly faster rendering of the snapshot list?

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

No branches or pull requests

2 participants