Bug 674497
Summary: | cman: message typos of fence_scsi.pl | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Hajime Taira <htaira> | ||||||
Component: | cman | Assignee: | Ryan O'Hara <rohara> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 5.6 | CC: | cluster-maint, djansa, edamato, mnovacek, slevine | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | cman-2.0.115-100.el5 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-01-08 03:36:33 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: |
|
Thanks for finding and reporting these typos. The patch looks correct. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Created attachment 578196 [details]
Fix typos in debug messages
Setting docs_scoped flag to + -- there is no documentation impact. Resetting docs_scoped flag (to unset), which is what I should have left it as on determining no documentation impact. Bugged version: cman-2.0.115-96.el5 Corrected version: cman-2.0.115-101.el5 # diff fence_scsi-2.0.115-101.el5 fence_scsi-2.0.115-96.el5 25c25 < $BUILD_DATE="(built Mon Jul 23 08:36:51 EDT 2012)"; --- > $BUILD_DATE="(built Wed Jan 11 09:39:48 EST 2012)"; 114c114 < print "[$pname]: get_node_name = $opt_n\n" if $opt_v; --- > print "[$pname]: get_hode_name = $opt_n\n" if $opt_v; 166c166 < print "[$pname]: get_host_name = $host_name\n" if $opt_v; --- > print "[$pname]: get_host_nam = $host_name\n" if $opt_v; 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. http://rhn.redhat.com/errata/RHBA-2013-0076.html |
Created attachment 476525 [details] message typos of fence_scsi.pl Description of problem: I found 2 message typos of fence_scsi.pl Please confirm attached patch file.