Bug 1465382
Summary: | [UPDATES] ip6tables.service fails to start after uc update to 7.4 is rebooted | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Yurii Prokulevych <yprokule> |
Component: | openstack-tripleo-heat-templates | Assignee: | mathieu bultel <mbultel> |
Status: | CLOSED DUPLICATE | QA Contact: | Gurenko Alex <agurenko> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 11.0 (Ocata) | CC: | agurenko, ajohn, amuller, aschultz, augol, ccamacho, ihrachys, jslagle, lbezdick, mburns, mcornea, rhel-osp-director-maint, sasha |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 11.0 (Ocata) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-28 13:38:26 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: |
Description
Yurii Prokulevych
2017-06-27 10:43:11 UTC
It sounds like an issue where IPtables (v6) tries to start while another process of IPtables (probably v4) is already managing the rules. I've done a bit of research and it seems like TripleO already use --wait option when using IPtables, since the iptables 1.4.20 (we have 1.4.21 in RHEL 7.4): https://github.com/puppetlabs/puppetlabs-firewall/blob/b0e45f8ca06874b500b65dd36ab1dd838aed5826/lib/puppet/provider/firewall/iptables.rb#L651-L657 Since you hit that at reboot, I think we need to change the iptables.init (in packaging) to start the process with --wait if possible, so we avoid a race condition where iptables starts in the same time as ip6tables. At this stage, we should probably reach out IPtables maintainers to get their feedback. This is same as https://bugzilla.redhat.com/show_bug.cgi?id=1481207 We discussed this on a Networking DFG triage call, we don't see anything we can do here but to ping on the dependent iptables RHBZ. *** This bug has been marked as a duplicate of bug 1460116 *** *** Bug 1463375 has been marked as a duplicate of this bug. *** |