-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Continuation of #1639 as requested by @mvollmer
--disk-only snapshot can be useful to take crash-consistent backup of large memory virtual machines with no downtime. Without this option the virtual machine is suspended while its memory is dumped, which can take minutes on large-mem guests and so a significant downtime can be noticed. The fact that --disk-only only creates a crash-consistent snapshot, rather than a fully consistent one, should be clearly communicated to the user.
The ability to delete such a snapshot is critical, while reverting (with the added warning about losing the current memory content) would be nice. Reverting a --disk-only snapshot was not supported by libvirt until recently, but it should be fixed now.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request