Displaying 2 results from an estimated 2 matches for "testsnapshot".
2015 Oct 19
1
Re: virsh can't support VM offline blockcommit
...y qemu-img commit(can only be used in vm offline?)?
二: Run normal(ok) test
1: test case
in order to eliminate potential problems,we only use virsh blockcommit shorten snapshot chain.
(1) the host machine control VM test
virsh snapshot-create-as length snap1 --diskspec vda,file=/tmp/testsnapshot/image/snap1-length.img --disk-only --atomic --quiesce
virsh snapshot-create-as length snap2 --diskspec vda,file=/tmp/testsnapshot/image/snap2-length.img --disk-only --atomic --quiesce
virsh snapshot-create-as length snap3 --diskspec vda,file=/tmp/testsnapshot/image/snap3-length.img --disk-only --at...
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