daily pastebin goal
19%
SHARE
TWEET

Untitled

a guest Oct 9th, 2015 84 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. totem {
  2.         version: 2
  3.  
  4.         crypto_cipher: none
  5.         crypto_hash: none
  6.  
  7.         interface {
  8.                 ringnumber: 0
  9.                 bindnetaddr: 192.168.1.0
  10.                 broadcast: yes
  11.                 ttl: 1
  12.         }
  13.         transport: udpu
  14. }
  15.  
  16. logging {
  17.         fileline: off
  18.         to_logfile: yes
  19.         to_syslog: yes
  20.         logfile: /var/log/corosync/corosync.log
  21.         debug: off
  22.         timestamp: on
  23.         logger_subsys {
  24.                 subsys: QUORUM
  25.                 debug: off
  26.         }
  27. }
  28.  
  29. quorum {
  30.         provider: corosync_votequorum
  31.         expected_votes: 2
  32.         two_node: 1
  33. }
  34. nodelist {
  35.  
  36.         node {  
  37.                 ring0_addr: 192.168.1.2
  38.                 nodeid: 1
  39.         }
  40.  
  41.         node {  
  42.                 ring0_addr: 192.168.1.3
  43.                 nodeid: 2
  44.         }
  45. }
RAW Paste Data
Top