canonical/multipass
View on GitHub[delete] suspend and resume running instances when deleting
Open
#549 opened on Dec 19, 2018
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.