Displaying 5 results from an estimated 5 matches for "xinyang".
Did you mean:
yinyang
2013 Oct 28
2
Re: [Qemu-devel] About VM fork in QEMU
> That's odd, because we have supported --live since 1.0.5. Are you sure
> you are running the right libvirtd version and not just reporting the
> version of your virsh?
You are right. I am running an old libvirtd but with a new virsh. It
works now! Thank you so much!
Xinyang
--
Xinyang GE
Department of Computer Science & Engineering
The Pennsylvania State University
Homepage: http://www.cse.psu.edu/~xxg113/
2013 Oct 28
2
Re: [Qemu-devel] About VM fork in QEMU
...have tried this command on libvirt v1.1.3 and it returns "error:
invalid argument: qemuDomainSnapshotCreateXML: unsupported flags
(0x100)". Looks like --live is not supported yet. Could you let us
know which version we should of libvirt we should use in order to use
this feature?
Thanks,
Xinyang
--
Xinyang GE
Department of Computer Science & Engineering
The Pennsylvania State University
Homepage: http://www.cse.psu.edu/~xxg113/
2013 Oct 28
1
Re: [Qemu-devel] About VM fork in QEMU
On 10/28/2013 12:12 PM, Xinyang Ge wrote:
>>> That's odd, because we have supported --live since 1.0.5. Are you sure
>>> you are running the right libvirtd version and not just reporting the
>>> version of your virsh?
>>
>> You are right. I am running an old libvirtd but with a new virs...
2013 Oct 28
0
Re: [Qemu-devel] About VM fork in QEMU
...new virsh. It
> works now! Thank you so much!
Another question is about snapshot reversion. I am trying to use
"virsh snapshot-revert $dom $snap" for snapshot reversion. However, it
says nothing and returns almost immediately, but nothing happens to
the guest. Do you know the reason?
Xinyang
--
Xinyang GE
Department of Computer Science & Engineering
The Pennsylvania State University
Homepage: http://www.cse.psu.edu/~xxg113/
2013 Oct 28
0
Re: [Qemu-devel] About VM fork in QEMU
[dropping qemu-devel]
On 10/28/2013 11:30 AM, Xinyang Ge wrote:
>> virsh snapshot-create-as $dom $name --live --memspec /path/to/memoryfile
>
> I have tried this command on libvirt v1.1.3 and it returns "error:
> invalid argument: qemuDomainSnapshotCreateXML: unsupported flags
> (0x100)". Looks like --live is not supported...