Displaying 3 results from an estimated 3 matches for "snap4".
Did you mean:
snap
2015 Oct 19
1
Re: virsh can't support VM offline blockcommit
...uiesce
virsh snapshot-create-as mix snap2 --diskspec vda,file=/tmp/mul/loop-mix-commit-rebase/snap2-mix.img --disk-only --atomic --quiesce
virsh snapshot-create-as mix snap3 --diskspec vda,file=/tmp/mul/loop-mix-commit-rebase/snap3-mix.img --disk-only --atomic --quiesce
virsh snapshot-create-as mix snap4 --diskspec vda,file=/tmp/mul/loop-mix-commit-rebase/snap4-mix.img --disk-only --atomic --quiesce
virsh blockcommit mix vda --base /tmp/mul/loop-mix-commit-rebase/snap1-mix.img --top /tmp/mul/loop-mix-commit-rebase/snap2-mix.img --wait --verbose
qemu-img commit -f qcow2 /tmp/mul/loop-mix-commit-reba...
2015 Oct 13
2
virsh can't support VM offline blockcommit
Hi everyone!
I use the libvirt(version: 1.2.2) and QEMU(version: 2.2.1) to test qemu snapshot features:
I tried virsh blockcommit when VM offline, the virsh blockcommit failed: the error messase as below:
error: Requested operation is not valid: domain is not running
when I start the VM, the virsh blockcommit work fine!
my question is:we need
2015 May 21
1
Blockcommit error
HI,
I am receiving the following error when I try to run blockcommit:
==============================================================
root@farnsworth:/var/lib/libvirt/images# virsh blockcommit pg94-test vda
--top /var/lib/libvirt/images/pg94-test.snap4 --active --pivot --verbose
error: unsupported flags (0x4) in function qemuDomainBlockCommit
==============================================================
I get the same error if I try only --top and --verbose flags. I am running
Ubuntu Server 10.04 LTS. The snapshots I am committing were created...