Bug 176378 - gulm warning message is cut prematurely
Summary: gulm warning message is cut prematurely
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Cluster Suite
Classification: Retired
Component: fence
Version: 4
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Chris Feist
QA Contact: Cluster QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-12-21 23:13 UTC by Corey Marthaler
Modified: 2009-04-16 20:02 UTC (History)
1 user (show)

Fixed In Version: RHBA-2007-0134
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-05-10 21:04:01 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2007:0134 0 normal SHIPPED_LIVE cman bug fix update 2007-05-10 21:04:00 UTC
Red Hat Product Errata RHBA-2007:0138 0 normal SHIPPED_LIVE fence bug fix update 2007-05-10 21:23:14 UTC

Description Corey Marthaler 2005-12-21 23:13:11 UTC
While I was poking around, I noticed this...

Description of problem:
[root@link-08 ~]# diff /etc/init.d/fenced.new /etc/init.d/fenced
36c36,37
<               warning "Skipping because of <gulm> section detected in
/etc/cluster/cluster.conf"
---
>               warning "Skipping because of <gulm> section detected in"  \
>                       "/etc/cluster/cluster.conf"

Comment 1 Jim Parsons 2006-01-09 18:01:10 UTC
Fixed with bz176375 regression bug...in U3 tree as well as head.

Comment 2 Corey Marthaler 2006-01-24 21:45:23 UTC
This isn't working. The diff above worked for me back in Dec I thought :I. 

It should probably all be one line in the init script:
warning "Skipping because of <gulm> section detected in /etc/cluster/cluster.conf"

This needs to go in the cman and fenced init script.

Comment 4 Corey Marthaler 2006-12-05 17:41:44 UTC
Closed wontfix?  This is all that needs to be done to fix this...

cman init script:
58c58,59
<               warning "Skipping because of <gulm> section detected in
/etc/cluster/cluster.conf"
---
>               warning "Skipping because of <gulm> section detected in " \
>                       "/etc/cluster/cluster.conf"

fenced init script:
36c36,37
<               warning "Skipping because of <gulm> section detected in
/etc/cluster/cluster.conf"
---
>               warning "Skipping because of <gulm> section detected in " \
>                       "/etc/cluster/cluster.conf"


Comment 5 Chris Feist 2006-12-20 18:36:22 UTC
Fixes are committed in CVS and should be present in the next cman (>=1.0.13) &
fence builds (>=1.32.27) builds.

Comment 6 Corey Marthaler 2007-04-23 19:33:44 UTC
Marking verified.

Comment 8 Red Hat Bugzilla 2007-05-10 21:04:02 UTC
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 the 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-2007-0134.html



Note You need to log in before you can comment on or make changes to this bug.