Bug 200776

Summary: LOGLEVEL constants mixed up in rgmanager.
Product: Red Hat Enterprise Linux 5 Reporter: Robert Peterson <rpeterso>
Component: rgmanagerAssignee: Lon Hohberger <lhh>
Status: CLOSED UPSTREAM QA Contact: Cluster QE <mspqa-list>
Severity: low Docs Contact:
Priority: low    
Version: 5.0CC: cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-18 20:27:29 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:

Description Robert Peterson 2006-07-31 16:00:41 UTC
Description of problem:
The rgmanager program has conflicting constants regarding log_level.
In clulog.h there's a constant LOGLEVEL_DFLT (LOG_INFO) and in 
clulog.c there's a constant DFLT_LOGLEVEL (LOG_NOTICE).
The correct log level should be 5 (LOG_NOTICE) so the constant in
clulog.h should be changed to LOG_NOTICE and clulog.c should be
coded to use the constant from the .h rather than re-define another.

Comment 1 Lon Hohberger 2006-08-18 20:27:29 UTC
Fixed in CVS.  Behavior in RHEL4 and STABLE branches will remain at LOG_INFO;
for head branch, it has switched to LOG_NOTICE so as to not alter behavior on
existing (stable) releases.

Comment 2 Nate Straz 2007-12-13 17:18:55 UTC
Moving all RHCS ver 5 bugs to RHEL 5 so we can remove RHCS v5 which never existed.