Bug 447497
| Summary: | RFE: support for IPMI v2.0 ciphersuites in fence_ipmilan | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Subhendu Ghosh <sghosh> | ||||
| Component: | cman | Assignee: | Jan Friesse <jfriesse> | ||||
| Status: | CLOSED ERRATA | QA Contact: | GFS Bugs <gfs-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.1 | CC: | cfeist, cluster-maint, djansa, edamato, ghelleks, jfriesse | ||||
| Target Milestone: | rc | Keywords: | FutureFeature | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | cman-2.0.100-1.el5 | Doc Type: | Enhancement | ||||
| Doc Text: |
Cause: Non existing parameter
Consequence: User cannot select IPMI cipher
Fix: Add option to allow user select IPMI cipher
Result: User now can select IPMI cipher
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-02 11:09:20 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: | |||||||
| Attachments: |
|
||||||
|
Description
Subhendu Ghosh
2008-05-20 06:09:18 UTC
Created attachment 324587 [details]
Patch providing required function
If user select lanplus as IPMI protocol, ipmitool automatically select cipher type 3. This patch add possibility to select another type of cipher. New -C parameter is directly passed as -C parameter to ipmitool.
Release note added. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Developer Consequence: User cannot select IPMI cipher Fix: Add option to allow user select IPMI cipher Result: User now can select IPMI cipher Release note updated. If any revisions are required, please set the "requires_release_notes" flag to "?" and edit the "Release Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1,4 @@ -Cause: Developer +Cause: Non existing parameter Consequence: User cannot select IPMI cipher Fix: Add option to allow user select IPMI cipher Result: User now can select IPMI cipher 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/RHSA-2009-1341.html |