Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-11 Thread danken
Dan Kenigsberg has posted comments on this change.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..


Patch Set 1: Code-Review+2

Taking, based on

(10:16:59 AM) ewoud: danken: however, it seems all f19 guests are running that 
version

-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: Antoni Segura Puimedon asegu...@redhat.com
Gerrit-Reviewer: Dan Kenigsberg dan...@redhat.com
Gerrit-Reviewer: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-HasComments: No
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches


Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-11 Thread danken
Dan Kenigsberg has submitted this change and it was merged.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..


Bump kernel requires version to pass testSetupNetworksMtus on F19

It's found that testSetupNetworksMtus fails on F19 because of the
broken promiscuity reference counting issue in kernel. It has been
fixed in kernel-3.11.3-201.fc19. With the updated kernel, the test
testSetupNetworksMtus can pass. For detailed information, please see:
https://bugzilla.redhat.com/show_bug.cgi?id=1005567

This problem doesn't exist in RHEL6 because it's triggered by a new
kernel change. So we don't need any fix for rhel kernel.

Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Signed-off-by: Mark Wu wu...@linux.vnet.ibm.com
Reviewed-on: http://gerrit.ovirt.org/19974
Reviewed-by: Dan Kenigsberg dan...@redhat.com
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Mark Wu: Verified
  Dan Kenigsberg: Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: Antoni Segura Puimedon asegu...@redhat.com
Gerrit-Reviewer: Dan Kenigsberg dan...@redhat.com
Gerrit-Reviewer: Mark Wu wu...@linux.vnet.ibm.com
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches


Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-08 Thread wudxw
Mark Wu has uploaded a new change for review.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..

Bump kernel requires version to pass testSetupNetworksMtus on F19

It's found that testSetupNetworksMtus fails on F19 because of the
broken promiscuity reference counting issue in kernel. It has been
fixed in kernel-3.11.3-201.fc19. With the updated kernel, the test
testSetupNetworksMtus can pass. For detailed information, please see:
https://bugzilla.redhat.com/show_bug.cgi?id=1005567

This problem doesn't exist in RHEL6 because it's triggered by a new
kernel change. So we don't need any fix for rhel kernel.

Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Signed-off-by: Mark Wu wu...@linux.vnet.ibm.com
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/19974/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 0b1727f..be6475b 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -164,9 +164,11 @@
 %if 0%{?fedora} = 19
 Requires: python-pthreading = 0.1.2
 Requires: fence-agents-all
+Requires: kernel = 3.11.3-201
 %else
 Requires: python-pthreading
 Requires: fence-agents
+Requires: kernel = 3.6
 %endif
 # Subprocess and thread bug was found on python 2.7.2
 Requires: python = 2.7.3
@@ -179,7 +181,6 @@
 Requires: iscsi-initiator-utils = 6.2.0.872-14
 Requires: device-mapper-multipath = 0.4.9-18
 Requires: e2fsprogs = 1.41.14
-Requires: kernel = 3.6
 Requires: sanlock = 2.4-2, sanlock-python
 Requires: policycoreutils-python
 Requires: sed = 4.2.1-10


-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches


Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-08 Thread wudxw
Mark Wu has posted comments on this change.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..


Patch Set 1: Verified+1

-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-HasComments: No
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches


Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-08 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..


Patch Set 1: Verified-1

Build Failed 

http://jenkins.ovirt.org/job/vdsm_pep8_gerrit/4756/ : SUCCESS

http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit/4832/ : SUCCESS

http://jenkins.ovirt.org/job/vdsm_unit_tests_gerrit_el/3947/ : SUCCESS

http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/140/ : FAILURE

-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: Antoni Segura Puimedon asegu...@redhat.com
Gerrit-Reviewer: Dan Kenigsberg dan...@redhat.com
Gerrit-Reviewer: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches


Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-08 Thread wudxw
Mark Wu has posted comments on this change.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..


Patch Set 1:

It looks the jekins failure is caused by missing dependency of glusterfs, not 
relevant to this patch.

-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: Antoni Segura Puimedon asegu...@redhat.com
Gerrit-Reviewer: Dan Kenigsberg dan...@redhat.com
Gerrit-Reviewer: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: No
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches


Change in vdsm[master]: Bump kernel requires version to pass testSetupNetworksMtus o...

2013-10-08 Thread danken
Dan Kenigsberg has posted comments on this change.

Change subject: Bump kernel requires version to pass testSetupNetworksMtus on 
F19
..


Patch Set 1: Code-Review+1

Mark, would you ask infra@ovirt to upgrade all their kernels before we merge 
this?

-- 
To view, visit http://gerrit.ovirt.org/19974
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I161b34b0a67c88fe18c21e9857841639f7001098
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-Reviewer: Antoni Segura Puimedon asegu...@redhat.com
Gerrit-Reviewer: Dan Kenigsberg dan...@redhat.com
Gerrit-Reviewer: Mark Wu wu...@linux.vnet.ibm.com
Gerrit-HasComments: No
___
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches