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