canonical/multipass

[delete] suspend and resume running instances when deleting

Open

#549 opened on Dec 19, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (634 forks)batch import
enhancementhelp wantedlow

Repository metrics

Stars
 (6,956 stars)
PR merge metrics
 (Avg merge 16d 2h) (50 merged PRs in 30d)

Description

We're currently shutting down instances to be deleted, even if they're running. We could instead suspend them so that when recovering, the instance is back in the state it was deleted at, ensuring no data loss.

Whether to resume on multipass recover I'm not sure yet.

Contributor guide