Skip to content

Add options for --disk-only snapshot #2310

@shodanshok

Description

@shodanshok

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions