| Summary: | interface/bindnetaddr could be optional | ||
|---|---|---|---|
| Product: | [Retired] Corosync Cluster Engine | Reporter: | David Teigland <teigland> |
| Component: | totem | Assignee: | Jan Friesse <jfriesse> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.4 | CC: | asalkeld, jfriesse, sdake |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-02-16 14:27:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
David Teigland
2012-01-25 17:18:12 UTC
Dave,
patches sent to ML. [PATCH 1/6] Add generic implementation of getifaddrs upto [PATCH 6/6] Allow autoconfiguration of interface section will allow following config file to work as expected (note cluster_name and NO interface section):
### SNIP ####
compatibility: whitetank
totem {
version: 2
secauth: off
threads: 0
cluster_name: testcluster
}
logging {
fileline: off
to_stderr: yes
to_logfile: no
logfile: /var/log/cluster/corosync.log
to_syslog: yes
debug: on
timestamp: on
}
nodelist {
node {
ring0_addr: 10.34.38.107
nodeid: 1
}
node {
ring0_addr: 10.34.38.108
nodeid: 2
}
node {
ring0_addr: 10.34.38.109
}
}
### - SNIP ####
Hopefully this satisfy your needs.
Yes, it looks great, thanks. |