Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 522068 Details for
Bug 735912
Cman RRP - Include mcast per NIC patch and set default threshold to 3
Home
New
Search
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.rh92 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]
new patch
bz735912.diff (text/plain), 3.25 KB, created by
Fabio Massimo Di Nitto
on 2011-09-08 09:18:48 UTC
(
hide
)
Description:
new patch
Filename:
MIME Type:
Creator:
Fabio Massimo Di Nitto
Created:
2011-09-08 09:18:48 UTC
Size:
3.25 KB
patch
obsolete
>diff --git a/cman/daemon/cman-preconfig.c b/cman/daemon/cman-preconfig.c >index 64f505f..d5e7a92 100644 >--- a/cman/daemon/cman-preconfig.c >+++ b/cman/daemon/cman-preconfig.c >@@ -393,13 +393,14 @@ static uint16_t generate_cluster_id(char *name) > return value & 0xFFFF; > } > >-static char *default_mcast(char *node, uint16_t clusterid) >+static char *default_mcast(char *node, int altiface) > { > struct addrinfo *ainfo; > struct addrinfo ahints; > int ret; > int family; > static char addr[132]; >+ uint16_t clusterid = cluster_id + altiface; > > memset(&ahints, 0, sizeof(ahints)); > >@@ -691,7 +692,7 @@ static int get_nodename(struct objdb_iface_ver0 *objdb) > } > > if (!mcast_name) { >- mcast_name = default_mcast(nodename, cluster_id); >+ mcast_name = default_mcast(nodename, PRIMARY_IFACE); > > } > if (!mcast_name) >@@ -778,7 +779,7 @@ static int get_nodename(struct objdb_iface_ver0 *objdb) > objdb_get_int(objdb, alt_object, "ttl", &altttl, ttl); > > if (objdb_get_string(objdb, alt_object, "mcast", &mcast)) { >- mcast = mcast_name; >+ mcast = default_mcast(nodename, ALT_IFACE); > } > > if (add_ifaddr(objdb, mcast, node, portnum, altttl, >@@ -992,6 +993,13 @@ static void add_cman_overrides(struct objdb_iface_ver0 *objdb) > } > } > >+ if (objdb_get_string(objdb, object_handle, "rrp_problem_count_threshold", &value)) { >+ if (num_interfaces > 1) { >+ objdb->object_key_create_typed(object_handle, "rrp_problem_count_threshold", >+ "3", 2, OBJDB_VALUETYPE_STRING); >+ } >+ } >+ > if (objdb_get_string(objdb, object_handle, "secauth", &value)) { > sprintf(tmp, "%d", 1); > objdb->object_key_create_typed(object_handle, "secauth", >@@ -1136,7 +1144,7 @@ static int set_noccs_defaults(struct objdb_iface_ver0 *objdb) > num_nodenames = 1; > > if (!mcast_name) { >- mcast_name = default_mcast(nodename, cluster_id); >+ mcast_name = default_mcast(nodename, PRIMARY_IFACE); > } > > /* This will increase as nodes join the cluster */ >diff --git a/config/tools/xml/cluster.rng.in.head b/config/tools/xml/cluster.rng.in.head >index 1afa9e8..5d23ab2 100644 >--- a/config/tools/xml/cluster.rng.in.head >+++ b/config/tools/xml/cluster.rng.in.head >@@ -257,7 +257,7 @@ To validate your cluster.conf against this schema, run: > rha:sample="5"/> > </optional> > <!-- FIXME: The following description was adapted from the man page. >- It may be tool long for the schema docuement. Consider cutting text >+ It may be tool long for the schema document. Consider cutting text > after the second sentence and referring the reader to the openais.conf > man page. --> > <optional> >@@ -275,6 +275,13 @@ To validate your cluster.conf against this schema, run: > chosen." rha:sample="active"/> > </optional> > <optional> >+ <attribute name="rrp_problem_count_threshold" >+ rha:description="This specifies the number of times a problem is detected >+ with a link before setting the link faulty. Once a link is set faulty, no >+ more data is transmitted upon it." >+ rha:default="10" rha:sample="5"/> >+ </optional> >+ <optional> > <attribute name="secauth" rha:description="This attribute specifies > that HMAC/SHA1 authentication should be used to authenticate all > messages. It further specifies that all data should be encrypted
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 735912
:
522060
| 522068