Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293184 Details for
Bug 289521
clulog doesn't honor cluster configuration specification of log level in all cases
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Corrected fix
rgmanager-289521.patch (text/plain), 965 bytes, created by
Lon Hohberger
on 2008-01-28 19:34:03 UTC
(
hide
)
Description:
Corrected fix
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2008-01-28 19:34:03 UTC
Size:
965 bytes
patch
obsolete
>Index: clulog.c >=================================================================== >RCS file: /cvs/cluster/cluster/rgmanager/src/utils/clulog.c,v >retrieving revision 1.1.2.4 >diff -u -r1.1.2.4 clulog.c >--- clulog.c 28 Jan 2008 19:27:20 -0000 1.1.2.4 >+++ clulog.c 28 Jan 2008 19:33:19 -0000 >@@ -33,7 +33,6 @@ > > int configure_logging(int); > >- > #define MAX_TOKENLEN 64 > > void >@@ -93,9 +92,6 @@ > if (argc < 4) > usage(argv[0]); > >- /* ../daemons/log.c */ >- configure_logging(-1); >- > while ((opt = getopt(argc, argv, "f:l:s:hp:n:")) != -1) { > switch (opt) { > case 'l': >@@ -134,9 +130,10 @@ > if (!cmdline_loglevel) { > /* > * Let's see what loglevel the SM is running at. >- * TODO Get rgmgr log level >+ * If ccsd's not available, use default. > */ >- clu_set_loglevel(LOGLEVEL_DFLT); >+ if (configure_logging(-1) < 0) >+ clu_set_loglevel(LOGLEVEL_DFLT); > } > result = clulog_pid(severity, pid, progname, logmsg); > free(progname);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 289521
:
293183
| 293184