Bug 1125207
Summary: | neutron.plugins.openvswitch.agent.ovs_neutron_agent Stderr: "ip6tables-restore v1.4.7: ip6tables-restore: unable to initialize table 'filter'\n\nError occurred at line: 2\n | |||
---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Eduard Barrera <ebarrera> | |
Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> | |
Status: | CLOSED ERRATA | QA Contact: | Roey Dekel <rdekel> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 4.0 | CC: | chrisw, ihrachys, jlibosva, nyechiel, oblaut, sputhenp, tfreger, yeylon | |
Target Milestone: | z2 | Keywords: | ZStream | |
Target Release: | 5.0 (RHEL 7) | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | openstack-neutron-2014.1.2-5.el6ost openstack-neutron-2014.1.2-3.el7ost | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1150898 (view as bug list) | Environment: | ||
Last Closed: | 2014-11-03 08:38:28 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1150898 |
Description
Eduard Barrera
2014-07-31 10:26:18 UTC
*** Bug 1002569 has been marked as a duplicate of this bug. *** Verified on Icehouse with: Version-Release number of selected component: --------------------------------------------- Red Hat Enterprise Linux Server release 7.0 (Maipo) puddle: 2014-10-10.4 openstack-neutron-ml2-2014.1.3-4.el7ost.noarch Reproduce Steps: ---------------- 1. Edit file /etc/sysctl.conf, enter the following command: 1.1 [root@devops ~]# vim /etc/sysctl.conf 2. Adding the below lines into that file: 2.1 net.ipv6.conf.all.disable_ipv6 = 1 2.2 net.ipv6.conf.default.disable_ipv6 = 1 2.3 net.ipv6.conf.lo.disable_ipv6 = 1 3. Save and close that file, then restart sysctl with the following command: 3.1 [root@devops ~]# sysctl -p 4. check “disable_ipv6″ file to check if IPv6 is disabled,enter: 4.1 [root@devops ~]# cat /proc/sys/net/ipv6/conf/all/disable_ipv6 4.2 1 Results: -------- No errors in audit.log nor openvswitch-agent.log Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2014-1786.html |