Dan Kenigsberg has uploaded a new change for review.

Change subject: spec: require a newer initscript on el6
......................................................................

spec: require a newer initscript on el6

Without the newly-required initscript version, we are unable to set
multicast_snooping, multicast_router and hash_max bridge options.

Related-To: https://bugzilla.redhat.com/1086897
Change-Id: I2792f51571d0f5b50a2f44f3915f7a13f97b1031
Signed-off-by: Dan Kenigsberg <dan...@redhat.com>
---
M tests/functional/networkTests.py
M vdsm.spec.in
2 files changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/32/37232/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index 337ecea..07343ea 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -885,8 +885,6 @@
 
     @cleanupNet
     @permutations([[True], [False]])
-    @brokentest('This test is known to break until initscripts-9.03.41-1.el6 '
-                'is released to fix https://bugzilla.redhat.com/1086897')
     def testSetupNetworksAddVlan(self, bridged):
         BRIDGE_OPTS = {'multicast_router': '0', 'multicast_snooping': '0'}
         formattedOpts = ' '.join(
diff --git a/vdsm.spec.in b/vdsm.spec.in
index d8d4139..907e6c2 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -228,7 +228,7 @@
 Requires: e2fsprogs >= 1.41.12-11
 Requires: fence-agents
 Requires: kernel >= 2.6.32-465
-Requires: initscripts >= 9.03.31-2.el6_3.1
+Requires: initscripts >= 9.03.41
 Requires: policycoreutils >= 2.0.83-19.30
 Requires: policycoreutils-python >= 2.0.83-19.47.el6_6.1
 Requires: selinux-policy-targeted >= 3.7.19-260.el6_6.2
@@ -240,7 +240,7 @@
 Requires: kernel >= 3.11.3-201
 # Subprocess and thread bug was found on python 2.7.2
 Requires: python >= 2.7.3
-Requires: initscripts >= 9.42.2-1
+Requires: initscripts >= 9.49.24
 Requires: device-mapper-multipath >= 0.4.9-18
 Requires: e2fsprogs >= 1.41.14
 Requires: policycoreutils-python


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2792f51571d0f5b50a2f44f3915f7a13f97b1031
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <dan...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to