Bug 1380141
Summary: | Updating iptables-services breaks working systems | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Eric Paris <eparis> | |
Component: | iptables | Assignee: | Phil Sutter <psutter> | |
Status: | CLOSED ERRATA | QA Contact: | Tomas Dolezal <todoleza> | |
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | 7.3 | CC: | atragler, cww, egarver, eparis, erich, fwestpha, igkioka, iptables-maint-list, jneedle, lmiksik, perobins, redhat-bugzilla, todoleza, xtian | |
Target Milestone: | rc | Keywords: | Reopened, ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | iptables-1.4.21-20.el7 | Doc Type: | Known Issue | |
Doc Text: |
In Red Hat Enterprise Linux 7.3, the iptables-services package contained a post-uninstall script that caused iptables, the ip6tables services, or both to restart. As a consequence, the current configuration was replaced with a manually saved configuration in the /etc/sysconfig/ip6tables file. This update removes the "service restart" command from the post-uninstall script. As a result, updates to the package do not cause a service restart.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1491961 (view as bug list) | Environment: | ||
Last Closed: | 2018-04-10 11:28:02 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: | 1375561, 1400961, 1420851, 1481207, 1491961 |
Description
Eric Paris
2016-09-28 18:36:31 UTC
Why is OpenShift not able to cope with core service restarts? This really seems like an OpenShift (dependency) specific issue. Is it possible for OpenShift to provide systems scripts/triggers that could combat this? IE: Watch for restarts in iptables, and restart docker/openshift? OpenShift could likely add some sort of trigger to restart when iptables-services is restarted. But it doesn't change the fact that iptables-services may not need to restart on update at all. There has not been a change in the spec file of iptables since RHEL-7.0 regarding the services sub package. There is this since 1.4.21-5 (Jan 15 2014): %postun services /sbin/ldconfig %systemd_postun_with_restart iptables.service ip6tables.service I agree though that the use of "_with_restart" might not be good. This has not been introduced with 7.3 - it is there since 7.0. 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://access.redhat.com/errata/RHEA-2018:0715 |