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 161634 Details for
Bug 250688
cman_tool status shows blank cluster name and Cluster Id of 0
[?]
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]
Patch to fix
cman.patch (text/plain), 607 bytes, created by
Christine Caulfield
on 2007-08-16 08:16:00 UTC
(
hide
)
Description:
Patch to fix
Filename:
MIME Type:
Creator:
Christine Caulfield
Created:
2007-08-16 08:16:00 UTC
Size:
607 bytes
patch
obsolete
>Index: cmanccs.c >=================================================================== >RCS file: /cvs/cluster/cluster/cman/daemon/cmanccs.c,v >retrieving revision 1.28 >retrieving revision 1.29 >diff -u -p -r1.28 -r1.29 >--- cmanccs.c 21 May 2007 10:48:40 -0000 1.28 >+++ cmanccs.c 3 Aug 2007 07:35:06 -0000 1.29 >@@ -426,9 +426,9 @@ static int get_ccs_join_info(void) > write_cman_pipe("Cluster name in CCS does not match that passed to cman_tool"); > return -ENOENT; > } >- } else { >- strcpy(cluster_name, str); > } >+ >+ strcpy(cluster_name, str); > free(str); > > error = ccs_get(cd, CLUSTER_ID_PATH, &str);
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 250688
:
160553
|
160554
| 161634