Bug 638907
| Summary: | RHEV-H : reserve VDSM port 54321 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Alan Pevec <apevec> | |
| Component: | ovirt-node | Assignee: | Alan Pevec <apevec> | |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.6 | CC: | cpelland, djorm, lilu, llim, moli, mshao, ovirt-maint, vbian, ycui, yeylon | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | ovirt-node-1.0-49.el5 | Doc Type: | Bug Fix | |
| Doc Text: |
With this update, Red Hat Enterprise Virtualization Hypervisor has been updated to reserve port 54321 (that is, the port used by VDSM) to ensure that it is not accidentally assigned to another service.
|
Story Points: | --- | |
| Clone Of: | 569358 | |||
| : | 722871 (view as bug list) | Environment: | ||
| Last Closed: | 2011-01-13 18:41:49 UTC | Type: | --- | |
| 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: | 557884 | |||
| Bug Blocks: | 722871 | |||
|
Description
Alan Pevec
2010-09-30 10:43:54 UTC
--- a/recipe/common-el5.ks +++ b/recipe/common-el5.ks @@ -48,10 +48,12 @@ save EOF # disable bridge-nf, rhbz#514905 +# reserve vdsm port 54321, rhbz#638907 augtool <<EOF set /files/etc/sysctl.conf/net.bridge.bridge-nf-call-ip6tables 0 set /files/etc/sysctl.conf/net.bridge.bridge-nf-call-iptables 0 set /files/etc/sysctl.conf/net.bridge.bridge-nf-call-arptables 0 +set /files/etc/sysctl.conf/net.ipv4.ip_local_reserved_ports 54321 save EOF Verified in RHEVH 5.6-5.el5.1 # cat /proc/sys/net/ipv4/ip_local_port_range 32768 61000 # cat /proc/sys/net/ipv4/ip_local_reserved_ports 54321
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
With this update, Red Hat Enterprise Virtualization Hypervisor has been updated to reserve port 54321 (that is, the port used by VDSM) to ensure that it is not accidentally assigned to another service.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0148.html |