Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat /etc/pve/corosync.conf
- logging {
- debug: off
- to_syslog: yes
- }
- nodelist {
- node {
- name: pve1
- nodeid: 1
- quorum_votes: 1
- ring0_addr: 10.10.0.1
- }
- node {
- name: pve2
- nodeid: 2
- quorum_votes: 1
- ring0_addr: 10.10.0.2
- }
- node {
- name: pve3
- nodeid: 3
- quorum_votes: 1
- ring0_addr: 10.10.0.3
- }
- }
- quorum {
- provider: corosync_votequorum
- }
- totem {
- cluster_name: XenPVECluster
- config_version: 4
- interface {
- linknumber: 0
- }
- ip_version: ipv4-6
- link_mode: passive
- secauth: on
- version: 2
- }
Advertisement
Add Comment
Please, Sign In to add comment