wopner

corosync.conf

Jan 8th, 2025 (edited)
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | Source Code | 0 0
  1. cat /etc/pve/corosync.conf
  2. logging {
  3. debug: off
  4. to_syslog: yes
  5. }
  6.  
  7. nodelist {
  8. node {
  9. name: pve1
  10. nodeid: 1
  11. quorum_votes: 1
  12. ring0_addr: 10.10.0.1
  13. }
  14. node {
  15. name: pve2
  16. nodeid: 2
  17. quorum_votes: 1
  18. ring0_addr: 10.10.0.2
  19. }
  20. node {
  21. name: pve3
  22. nodeid: 3
  23. quorum_votes: 1
  24. ring0_addr: 10.10.0.3
  25. }
  26. }
  27.  
  28. quorum {
  29. provider: corosync_votequorum
  30. }
  31.  
  32. totem {
  33. cluster_name: XenPVECluster
  34. config_version: 4
  35. interface {
  36. linknumber: 0
  37. }
  38. ip_version: ipv4-6
  39. link_mode: passive
  40. secauth: on
  41. version: 2
  42. }
Tags: Configs
Advertisement
Add Comment
Please, Sign In to add comment