Displaying 3 results from an estimated 3 matches for "snapshot_vm1".
Did you mean:
snapshot_1
2014 Aug 05
2
libvirt external disk-only snapshot will pause the VM?
Hello folks,
If I give command to take external disk-only live snapshot, such as
# virsh snapshot-create-as vm1 snapshot_vm1 --disk-only
will the guest OS be paused or suspend while the snapshot being taken?
Thanks very much!
Best,
Yuanzhen
2014 Aug 05
0
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On 08/05/2014 03:54 PM, Yuanzhen Gu wrote:
> Hello folks,
>
> If I give command to take external disk-only live snapshot, such as
> # virsh snapshot-create-as vm1 snapshot_vm1 --disk-only
>
> will the guest OS be paused or suspend while the snapshot being taken?
The guest will temporarily pause, but the time that it remains paused
will be a fraction of a second. In practice, it is no longer than the
time that the guest is paused when doing live migration.
--
E...
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
...ks !
Best,
Yuanzhen
On Tue, Aug 5, 2014 at 6:30 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/05/2014 03:54 PM, Yuanzhen Gu wrote:
> > Hello folks,
> >
> > If I give command to take external disk-only live snapshot, such as
> > # virsh snapshot-create-as vm1 snapshot_vm1 --disk-only
> >
> > will the guest OS be paused or suspend while the snapshot being taken?
>
> The guest will temporarily pause, but the time that it remains paused
> will be a fraction of a second. In practice, it is no longer than the
> time that the guest is paused when...