Bug 506928
| Summary: | Fence-Agents: support non-default TCP ports for the different services (SSH, Telnet) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Marek Grac <mgrac> | ||||
| Component: | cman | Assignee: | Marek Grac <mgrac> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.4 | CC: | bkahn, cluster-maint, djansa, edamato, fdinitto, jkortus, ovirt-maint, rlerch | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cman-2.0.115-4.el5 | Doc Type: | Bug Fix | ||||
| Doc Text: |
The fence_wti agent provides command line options to override default ports (i.e. -u option). This option currently does not have any effect and should not be used. Other agents honor the port override commandline options properly.
|
Story Points: | --- | ||||
| Clone Of: | 496446 | ||||||
| : | 572996 (view as bug list) | Environment: | |||||
| Last Closed: | 2010-03-30 08:41:15 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: | 496446 | ||||||
| Bug Blocks: | 572996, 579059, 593726 | ||||||
| Attachments: |
|
||||||
|
Description
Marek Grac
2009-06-19 11:04:31 UTC
Simplified patch taken from clone. http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commit;h=e3835309fe31d96795f47513aecb6629cb46faa0 Original (and simplified patch) need additional fix from http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commit;h=d91b912aedfe0b44a8fba970d4a670fba3607fec Created attachment 359282 [details]
Proposed patch
Final patch: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commit;h=28f3bf4cff08f5d714e9d7b134ebbce12264746e The fencing agents seem to accept new -u option and ipport STDIN parameter. The connection is made to the port specified. However, none of the manpages was updated to reflect this change. "-u" option and the STDIN parameter "ipport" should be described in each agent's manpage. fence_wti -u 54444 -a 1.1.1.1 -n 44 this still connects to port 23, so not all fencing agents are handling the new options correctly. 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: The fence_wti agent provides command line options to override default ports (i.e. -u option). This option currently does not have any effect and should not be used. Other agents honor the port override commandline options properly. Marking as verified with remark to bug 572996. 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-2010-0266.html |