Multiple cluster in corosync

IOWA

New Member
Sep 6, 2019
5
0
1
36
Hello all,

May be someone can help, how to add second PVE cluster (as observer) in already exist PVE Cluster.

How i can add here second separate CLUSTER-2?

Code:
# cat /etc/pve/corosync.conf
nodelist {
  node {
    name: n1
    nodeid: 1
    quorum_votes: 1
    ring0_addr: n1
    mcastaddr: 224.0.0.50
  }
  node {
    name: n2
    nodeid: 2
    quorum_votes: 1
    ring0_addr: n2
  }
  node {
    name: n3
    nodeid: 3
    quorum_votes: 1
    ring0_addr: n3
  }
}

quorum {
  provider: corosync_votequorum
}

totem {
  cluster_name: CLUSTER-1
  config_version: 7
  ip_version: ipv4
  secauth: on
  version: 2
  interface {
    mcastaddr: 224.0.0.50
    ringnumber: 0
  }
}

Thank you, for any help!
 
i don't think that's possible, but what is it you want to achieve exactly?
 
i don't think that's possible, but what is it you want to achieve exactly?
Thank you for your replay. I'm triyng to find the easiest way for creating observer for having quorum in PVE cluster of 2x server
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!