canonical/multipass

[delete] suspend and resume running instances when deleting

Open

#549 opened on Dec 19, 2018

 (2 comments) (0 reactions) (0 assignees)C++ (634 forks)batch import
help wanted

Repository metrics

Stars
 (6,956 stars)
PR merge metrics
 (PR metrics pending)

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