Re: [libvirt] Warnings messages in logs from DHCP snooping code

2013-05-15 Thread Gao Yongwei
2013/2/28 Daniel P. Berrange berra...@redhat.com I'm noticing that VMs which have nwfilters associated with them will apparently always cause the following errors to appear in the logs upon VM shutdown: 2013-02-27 17:02:18.709+: 9669: error : virNWFilterDHCPSnoopEnd:2131 : internal

Re: [libvirt] [Dnsmasq-discuss] Chaining instances?

2013-02-27 Thread Gao Yongwei
2013/2/28 Laine Stump la...@laine.org On 02/25/2013 09:08 PM, Gao Yongwei wrote: I thinks it's better that if we can put dnsmasq args or options in a conf file, so we can do some custom through this conf file. I've added a Bug 913446 in redhat bugzilla,but seems no one take care

Re: [libvirt] [Dnsmasq-discuss] Chaining instances?

2013-02-25 Thread Gao Yongwei
2013/2/25 Laine Stump la...@laine.org On 02/25/2013 02:05 AM, Laine Stump wrote: This discussion should really be taking place on libvir-list - I'm Cc'ing it there. Bah. I'm not sure what happened, but I ended up not actually Cc'ing... On 02/24/2013 04:11 PM, TJ wrote: On

Re: [libvirt] [sheepdog-users] [Sheepdog][Libvirt]Test boot VMs from sheepdog volumes in Libvirt

2013-02-01 Thread Gao Yongwei
2013/2/1 harryxiyou harryxi...@gmail.com Hi all, We can get Boot VMs from sheepdog volumes in Libvirt way from https://github.com/collie/sheepdog/wiki/Libvirt like following. a, prepare a file containing an XML domain description $ cat sheepdog.xml domain type='qemu'

Re: [libvirt] [sheepdog-users] [Sheepdog][Libvirt]Test boot VMs from sheepdog volumes in Libvirt

2013-02-01 Thread Gao Yongwei
2013/2/1 harryxiyou harryxi...@gmail.com On Fri, Feb 1, 2013 at 6:14 PM, Gao Yongwei itx...@gmail.com wrote: [...] We can get Boot VMs from sheepdog volumes in Libvirt way from https://github.com/collie/sheepdog/wiki/Libvirt like following. a, prepare a file containing an XML domain

Re: [libvirt] [PATCH] docs: Add detailed notes snapshots, blockcommit, blockpull

2013-01-27 Thread Gao Yongwei
+ +The above figure is another representation of reducing the disk image chain +using blockcommit. Data from Snap-1, Snap-2, Snap-3 are merged(/committed) +into RootBase, now the current 'Active' image now pointing to 'RootBase' as its +backing file(instead of Snap-3, which was the

Re: [libvirt] [PATCH 5/5] [OPTIONAL] qemu: allow save and managedsave on guests marked as autodestroyable

2012-12-07 Thread Gao Yongwei
2012/12/7 Peter Krempa pkre...@redhat.com I don't see any reason to forbid saving machines that should be autodestroyed. I will squash this to the previous one if this is okay. --- src/qemu/qemu_driver.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/qemu/qemu_driver.c