Bug 1221999
Summary: | [rhev-h] iptables rule is getting added on every reboot to host. | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ulhas Surse <usurse> |
Component: | ovirt-node | Assignee: | Anatoly Litovsky <tlitovsk> |
Status: | CLOSED ERRATA | QA Contact: | Ying Cui <ycui> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 3.5.0 | CC: | cshao, dougsland, ecohen, fdeutsch, gklein, huiwa, leiwang, lsurette, rbalakri, rbarry, tlitovsk, usurse, yaniwang, ycui |
Target Milestone: | ovirt-3.5.7 | Keywords: | Reopened, ZStream |
Target Release: | 3.5.7 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | node | ||
Fixed In Version: | ovirt-node-3.2.3-30.el6 ovirt-node-3.2.3-30.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-12 20:36:26 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | ovirt-node-3.2.3-30.el6 ovirt-node-3.2.3-30.el7 | Category: | --- |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ulhas Surse
2015-05-15 12:55:26 UTC
Ulhas, can you please provide the file /config/files ? Maybe the iptables config got persisted, which could cause this behavior. this is an automated message. oVirt 3.6.0 RC3 has been released and GA is targeted to next week, Nov 4th 2015. Please review this bug and if not a blocker, please postpone to a later release. All bugs not postponed on GA release will be automatically re-targeted to - 3.6.1 if severity >= high - 4.0 if severity < high Fabian, see my comment 7, this bug only existed in RHEV-H 6, not impact RHEV-H 7, so if you plan to get this fix to be verified, we need RHEV-H 6 for 3.5.z build. and flag need 3.5.z only. According to the bug description steps to verify this bug on the versions: # rpm -qa ovirt-node ovirt-node-3.2.3-30.el6.noarch # cat /etc/redhat-release Red Hat Enterprise Virtualization Hypervisor release 6.7 (20151218.1.el6ev) Test steps: 1. Installed RHEV-H 6.7 2. Check # iptables --list | grep 54321 ACCEPT tcp -- anywhere anywhere tcp dpt:54321 3. Reboot the rhevh host 4. Check # iptables --list | grep 54321 ACCEPT tcp -- anywhere anywhere tcp dpt:54321 5. Reboot the rhevh host 6. Check # iptables --list | grep 54321 ACCEPT tcp -- anywhere anywhere tcp dpt:54321 Result: There did not append vdsm rule in iptables after every reboot RHEV-H. 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/RHBA-2016-0031.html |