Re: [libvirt] [PATCH v2] test: fix nwfilter tests following changes in virfirewall.c

2014-12-22 Thread Martin Kletzander
On Sun, Dec 21, 2014 at 10:52:39AM -0500, Stefan Berger wrote: On 11/26/2014 11:53 AM, Eric Blake wrote: On 11/26/2014 09:26 AM, Stefan Berger wrote: Some of the nwfilter tests are now failing since --concurrent shows up in the ebtables command. To avoid this, implement a function preventing

Re: [libvirt] [PATCH 5/6] qemu: Leave cpuset.mems in parent cgroup alone

2014-12-22 Thread Martin Kletzander
On Wed, Dec 17, 2014 at 04:59:30PM -0700, Eric Blake wrote: On 12/17/2014 08:06 AM, Martin Kletzander wrote: On Wed, Dec 17, 2014 at 12:00:36AM -0700, Eric Blake wrote: On 12/16/2014 11:51 PM, Eric Blake wrote: On 12/15/2014 12:58 AM, Martin Kletzander wrote: Instead of setting the value of

Re: [libvirt] [PATCH V3 1/5] Add public API virDomainSendSysrq

2014-12-22 Thread John Ferlan
On 12/21/2014 10:15 PM, Chun Yan Liu wrote: On 12/19/2014 at 08:03 PM, in message 54941429.8000...@redhat.com, John Ferlan jfer...@redhat.com wrote: On 12/19/2014 12:31 AM, Chun Yan Liu wrote: On 12/18/2014 at 01:00 PM, in message

Re: [libvirt] [PATCH v2 2/2] qemu: completely rework reference counting

2014-12-22 Thread John Ferlan
My Coverity scan found two issues both FORWARD_NULL... qemuDomainLookupByName and qemuMigrationPrepareAny On 12/16/2014 05:15 AM, Martin Kletzander wrote: There is one problem that causes various errors in the daemon. When domain is waiting for a job, it is unlocked while waiting on the

[libvirt] Zanata xml config

2014-12-22 Thread Carlos Munoz
Hi, The migration of the libvirt project translations to Zanata is now complete. Translators can start working now at https://fedora.zanata.org/project/view/libvirt To use Zanata, you need to 1. Register in https://fedora.zanata.org 2. If you are not the maintainer of your project yet, contact

Re: [libvirt] [PATCH RFC] LXC: don't RO mount /proc, /sys when user namespce enabled

2014-12-22 Thread Eric Blake
On 12/21/2014 08:57 PM, Chen Hanxiao wrote: s/namespce/namespace/ in the subject line If we enabled user ns and provided a uid/gid map, we do not need to mount /proc, /sys as readonly. Leave it to kernel for protection. Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com ---

Re: [libvirt] [PATCH v2] test: fix nwfilter tests following changes in virfirewall.c

2014-12-22 Thread Stefan Berger
On 12/22/2014 04:37 AM, Martin Kletzander wrote: On Sun, Dec 21, 2014 at 10:52:39AM -0500, Stefan Berger wrote: On 11/26/2014 11:53 AM, Eric Blake wrote: On 11/26/2014 09:26 AM, Stefan Berger wrote: Some of the nwfilter tests are now failing since --concurrent shows up in the ebtables

Re: [libvirt] [PATCH v2] test: fix nwfilter tests following changes in virfirewall.c

2014-12-22 Thread Martin Kletzander
On Mon, Dec 22, 2014 at 10:26:01AM -0500, Stefan Berger wrote: On 12/22/2014 04:37 AM, Martin Kletzander wrote: On Sun, Dec 21, 2014 at 10:52:39AM -0500, Stefan Berger wrote: On 11/26/2014 11:53 AM, Eric Blake wrote: On 11/26/2014 09:26 AM, Stefan Berger wrote: Some of the nwfilter tests are

Re: [libvirt] [PATCH v2 2/2] qemu: completely rework reference counting

2014-12-22 Thread Martin Kletzander
On Mon, Dec 22, 2014 at 07:27:29AM -0500, John Ferlan wrote: My Coverity scan found two issues both FORWARD_NULL... qemuDomainLookupByName and qemuMigrationPrepareAny On 12/16/2014 05:15 AM, Martin Kletzander wrote: There is one problem that causes various errors in the daemon. When

Re: [libvirt] [openstack-dev] [nova] - 'nova reboot' causes console-log truncated

2014-12-22 Thread Surojit Pathak
On 11/14/14 2:02 AM, Daniel P. Berrange wrote: On Thu, Nov 13, 2014 at 01:55:06PM -0800, Surojit Pathak wrote: Hi all, [Issue observed] If we issue 'nova reboot server', we get to have the console output of the latest bootup of the server only. The console output of the previous boot for the

Re: [libvirt] [PATCH 2/2] Add tests to xmconfigtest

2014-12-22 Thread Jim Fehlig
Chunyan Liu wrote: Hi Chunyan, Thanks for the fix, and the test! But I have a few questions regarding the latter... Add tests to testing HVM default features (pae, acpi, apic) conversion from xm config to libvirt xml and from libvirt xml to xm config. Signed-off-by: Chunyan Liu

Re: [libvirt] [PATCH 2/2] Add tests to xmconfigtest

2014-12-22 Thread Chun Yan Liu
On 12/23/2014 at 09:42 AM, in message 5498c888.6000...@suse.com, Jim Fehlig jfeh...@suse.com wrote: Chunyan Liu wrote: Hi Chunyan, Thanks for the fix, and the test! But I have a few questions regarding the latter... Add tests to testing HVM default features (pae, acpi,

Re: [libvirt] [PATCH V3 1/5] Add public API virDomainSendSysrq

2014-12-22 Thread Chun Yan Liu
On 12/22/2014 at 08:17 PM, in message 54980bf2.1060...@redhat.com, John Ferlan jfer...@redhat.com wrote: On 12/21/2014 10:15 PM, Chun Yan Liu wrote: On 12/19/2014 at 08:03 PM, in message 54941429.8000...@redhat.com, John Ferlan jfer...@redhat.com wrote: On

Re: [libvirt] [PATCH 2/2] Add tests to xmconfigtest

2014-12-22 Thread Jim Fehlig
Chun Yan Liu wrote: On 12/23/2014 at 09:42 AM, in message 5498c888.6000...@suse.com, Jim Fehlig jfeh...@suse.com wrote: Chunyan Liu wrote: Hi Chunyan, Thanks for the fix, and the test! But I have a few questions regarding the latter... Add tests to

Re: [libvirt] [openstack-dev] [nova] - 'nova reboot' causes console-log truncated

2014-12-22 Thread Surojit Pathak
On 12/22/14 5:04 PM, Tony Breeds wrote: On Mon, Dec 22, 2014 at 04:36:02PM -0800, Surojit Pathak wrote: Hi Daniel, Having GA to do graceful restart is nice option. But if it were to just preserve the same console file, even 'virsh reboot' achieves the purpose. As I explained in my original

Re: [libvirt] [PATCH 2/2] Add tests to xmconfigtest

2014-12-22 Thread Chun Yan Liu
On 12/23/2014 at 11:13 AM, in message 5498ddcc.2020...@suse.com, Jim Fehlig jfeh...@suse.com wrote: Chun Yan Liu wrote: On 12/23/2014 at 09:42 AM, in message 5498c888.6000...@suse.com, Jim Fehlig jfeh...@suse.com wrote: Chunyan Liu wrote: Hi

Re: [libvirt] [PATCH v2 2/2] qemu: completely rework reference counting

2014-12-22 Thread John Ferlan
On 12/22/2014 04:02 PM, Martin Kletzander wrote: On Mon, Dec 22, 2014 at 07:27:29AM -0500, John Ferlan wrote: My Coverity scan found two issues both FORWARD_NULL... qemuDomainLookupByName and qemuMigrationPrepareAny On 12/16/2014 05:15 AM, Martin Kletzander wrote: There is one

Re: [libvirt] [PATCH V3 1/5] Add public API virDomainSendSysrq

2014-12-22 Thread John Ferlan
On 12/22/2014 09:55 PM, Chun Yan Liu wrote: On 12/22/2014 at 08:17 PM, in message 54980bf2.1060...@redhat.com, John Ferlan jfer...@redhat.com wrote: On 12/21/2014 10:15 PM, Chun Yan Liu wrote: On 12/19/2014 at 08:03 PM, in message 54941429.8000...@redhat.com, John Ferlan

[libvirt] [PATCH] tests: Set up two more overrides for root builders

2014-12-22 Thread Martin Kletzander
There are two more places after commit 3865941b that need to be adapted in order to get rid of some test failures when building as root. Signed-off-by: Martin Kletzander mklet...@redhat.com --- tests/networkxml2firewalltest.c | 2 ++ tests/virfirewalltest.c | 2 ++ 2 files changed, 4

[libvirt] [PATCH V2 2/2] Add tests to xmconfigtest

2014-12-22 Thread Chunyan Liu
Add tests to testing HVM default features (pae, acpi, apic) conversion from xm config to libvirt xml. If no pae|acpi|apic specified in xm config, after conversion, libvirt xml should by default include: features pae/ apic/ acpi/ /features Signed-off-by: Chunyan Liu cy...@suse.com ---

[libvirt] [PATCH V2 0/2] fix xen HVM pae|apic|acpi features parser

2014-12-22 Thread Chunyan Liu
According to xm.config manual, HVM pae|apic|acpi feature default is 1 (enabled). But in conversion from xm config to libvirt xml, if xm config doesn't contain pae|apic|acpi, it sets default value to 0, this causes some problems in HVM guest. Update parser codes to set HVM pae|apic|acpi default

[libvirt] [PATCH V2 1/2] xenconfig: set HVM pae/apic/acpi/ default to 1

2014-12-22 Thread Chunyan Liu
According to xm.config manual, HVM pae|apic|acpi feature default is 1 (enabled). But in conversion from xm config to libvirt xml, if xm config doesn't contain pae|apic|acpi, it sets default value to 0, this causes some problems in HVM guest. Update parser codes to set HVM pae|apic|acpi default

Re: [libvirt] [PATCH V3 1/5] Add public API virDomainSendSysrq

2014-12-22 Thread Chun Yan Liu
On 12/23/2014 at 11:42 AM, in message 5498e4ba.1000...@redhat.com, John Ferlan jfer...@redhat.com wrote: On 12/22/2014 09:55 PM, Chun Yan Liu wrote: On 12/22/2014 at 08:17 PM, in message 54980bf2.1060...@redhat.com, John Ferlan jfer...@redhat.com wrote: On