mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-07 04:07:17 +00:00
virsh: clarify snapshot --live
In libvirt, snapshot means disk snapshot. snapshot --live is more like VM checkpoint. Make it clear in virsh.pod. Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5b8643099a
commit
73b647d418
@ -3915,8 +3915,9 @@ this. If this flag is not specified, then some hypervisors may fail
|
||||
after partially performing the action, and B<dumpxml> must be used to
|
||||
see whether any partial changes occurred.
|
||||
|
||||
If I<--live> is specified, libvirt takes the snapshot while the guest is
|
||||
running. This increases the size of the memory image of the external
|
||||
If I<--live> is specified, libvirt takes the snapshot (checkpoint) while
|
||||
the guest is running. Both disk snapshot and domain memory snapshot are
|
||||
taken. This increases the size of the memory image of the external
|
||||
checkpoint. This is currently supported only for external checkpoints.
|
||||
|
||||
Existence of snapshot metadata will prevent attempts to B<undefine>
|
||||
|
Loading…
x
Reference in New Issue
Block a user