Re: Re: one qustion about the snapshot of the libvirt, thanks.

2021-09-05 Thread Guozhonghua
Hi, Peter I really appreciate it. Thank you! From: Peter Krempa Date: 2021-09-06 14:37 To: Guozhonghua CC: libvirt-users Subject: Re: one qustion about the snapshot of the libvirt, thanks. On Tue, Aug 31, 2021 at 16:09:50 +0800, Guozhonghua wrote: > > Hello, > > When we t

one qustion about the snapshot of the libvirt, thanks.

2021-08-31 Thread Guozhonghua
Hello, When we test snapshot features and review the code of libvirt, there is one question, not an issue. /* do the memory snapshot if necessary */ if (memory) { /* check if migration is possible */ if (!qemuMigrationSrcIsAllowed(driver, vm, false, 0)) got

[libvirt-users] One issue for help, Thanks

2015-04-14 Thread Guozhonghua
Hi, All As we execute the virsh command and get the return code in my shell script, the code is 141. virsh blockcommit $VM_NAME --path $vm_data_file --base $backing_file --wait rtn_code=$? We get the return code with 141 in script accidentally. And most time we get the code with zero or one. We

[libvirt-users] 答复: libivrt issue report , 1.1.0 version, while migrate VMs between two hosts, is it solved or other way to avoid it, thanks

2013-11-19 Thread Guozhonghua
Thank you. I will try it - 本邮件及其附件含有杭州华三通信技术有限公司的保密信息,仅限于发送给上面地址中列出 的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、 或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本 邮件! This e-mail

[libvirt-users] libivrt issue report , 1.1.0 version, while migrate VMs between two hosts, is it solved or other way to avoid it, thanks

2013-11-19 Thread Guozhonghua
Libivrt 1.1.0 Migrate VM between two hosts using shell scripts. The issues is occurred about every 5 minutes, using gdb and the back trace is below: (gdb) c Continuing. [New Thread 0x7f78e7c11700 (LWP 48116)] [New Thread 0x7f78cf7fe700 (LWP 48129)] [New Thread 0x7f78ceffd700 (LWP 48306)] [New Th

[libvirt-users] 答复: Is virsh blockcommit supported? Thanks a lot

2013-09-03 Thread Guozhonghua
Thanks a lot. :) That will be good to support the features in future. Guozhonghua -邮件原件- 发件人: Eric Blake [mailto:ebl...@redhat.com] 发送时间: 2013年9月4日 9:34 收件人: guozhonghua 02084 抄送: libvirt-users@redhat.com; libvir-l...@redhat.com; changlimin 00148 主题: Re: [libvirt-users] Is virsh

[libvirt-users] Is virsh blockcommit supported? Thanks a lot

2013-09-03 Thread Guozhonghua
Hi, I have another question, when I do the blockcommit command and get the result " Top image as the active layer is currently unsupported ", is it being developed? root@cvk-31:/vms/images# virsh blockcommit Vmtest /vms/images/Vmtest1;echo $? error: internal error unable to execute QEMU command '

[libvirt-users] 答复: Is virsh blockcommit supported? Thanks a lot

2013-09-03 Thread Guozhonghua
Thanks a lot. :) I will check it and have a test on it. Guozhonghua -邮件原件- 发件人: Eric Blake [mailto:ebl...@redhat.com] 发送时间: 2013年9月3日 23:47 收件人: guozhonghua 02084 抄送: libvirt-users@redhat.com 主题: Re: [libvirt-users] Is virsh blockcommit supported? Thanks a lot [dropping libvir-list

[libvirt-users] Is virsh blockcommit supported? Thanks a lot

2013-09-02 Thread Guozhonghua
I had test the command virsh blockcommit, but it failed, with the libvirt version 1.1.0, and qemu version 1.6.0. Is this feature being developing? Thanks root@cvk-31:/vms/images# virsh -v 1.1.0 root@cvk-31:/vms/images# qemu-img -V qemu-img version 1.6.0, Copyright (c) 2004-2008 Fabrice Bellard us