Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
corosync
corosync.conf.example.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File corosync.conf.example.patch of Package corosync
Index: corosync-1.2.1/conf/corosync.conf.example =================================================================== --- corosync-1.2.1.orig/conf/corosync.conf.example +++ corosync-1.2.1/conf/corosync.conf.example @@ -1,32 +1,78 @@ # Please read the corosync.conf.5 manual page compatibility: whitetank +aisexec { + # Run as root - this is necessary to be able to manage + # resources with Pacemaker + user: root + group: root +} + +service { + # Load the Pacemaker Cluster Resource Manager + ver: 0 + name: pacemaker + use_mgmtd: yes + use_logd: yes +} + totem { - version: 2 - secauth: off - threads: 0 + # The only valid version is 2 + version: 2 + + # How long before declaring a token lost (ms) + token: 5000 + + # How many token retransmits before forming a new configuration + token_retransmits_before_loss_const: 10 + + # How long to wait for join messages in the membership protocol (ms) + join: 60 + + # How long to wait for consensus to be achieved before starting + # a new round of membership configuration (ms) + consensus: 6000 + + # Turn off the virtual synchrony filter + vsftype: none + + # Number of messages that may be sent by one processor on + # receipt of the token + max_messages: 20 + + # Limit generated nodeids to 31-bits (positive signed integers) + clear_node_high_bit: yes + + # Disable encryption + secauth: off + + # How many threads to use for encryption/decryption + threads: 0 + + # Optionally assign a fixed node id (integer) + # nodeid: 1234 + interface { - ringnumber: 0 - bindnetaddr: 192.168.1.1 - mcastaddr: 226.94.1.1 - mcastport: 5405 + ringnumber: 0 + + # The following values need to be set based on your environment + bindnetaddr: 192.168.1.0 + mcastaddr: 226.94.1.1 + mcastport: 5405 } } logging { - fileline: off - to_stderr: no - to_logfile: yes - to_syslog: yes - logfile: /var/log/cluster/corosync.log - debug: off - timestamp: off - logger_subsys { - subsys: AMF - debug: off - } + fileline: off + to_stderr: no + to_logfile: no + to_syslog: yes + syslog_facility: daemon + debug: off + timestamp: off } amf { mode: disabled } +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor