Hi,
I have read your documentation and it says it's possible to run multiple clusters in the same datacenter:
But i can't find in your documentation how i can make two different clusters in the same datacenter?
The case:
We have multiple servers with different architecture, both elder Intel and new AMD servers. So i want to have them separated for each other.
Is it possible? And if, please tell me how as your documentation are not providing this information.
For example, if i try to setup another cluster with a different name this issue occur:
root@prox01:~# pvecm create AMD --link0 10.10.10.10
Corosync Cluster Engine Authentication key generator.
Gathering 2048 bits for key from /dev/urandom.
Writing corosync key to /etc/corosync/authkey.
Writing corosync config to /etc/pve/corosync.conf
Restart corosync and cluster filesystem
root@prox01:~# pvecm create INTEL --link1 10.10.11.10
cluster config '/etc/pve/corosync.conf' already exists
I have read your documentation and it says it's possible to run multiple clusters in the same datacenter:
Code:
Multiple Clusters in the Same Network
It is possible to create multiple clusters in the same physical or logical network. In this case, each cluster must have a unique name to avoid possible clashes in the cluster communication stack. Furthermore, this helps avoid human confusion by making clusters clearly distinguishable.
But i can't find in your documentation how i can make two different clusters in the same datacenter?
The case:
We have multiple servers with different architecture, both elder Intel and new AMD servers. So i want to have them separated for each other.
Is it possible? And if, please tell me how as your documentation are not providing this information.
For example, if i try to setup another cluster with a different name this issue occur:
root@prox01:~# pvecm create AMD --link0 10.10.10.10
Corosync Cluster Engine Authentication key generator.
Gathering 2048 bits for key from /dev/urandom.
Writing corosync key to /etc/corosync/authkey.
Writing corosync config to /etc/pve/corosync.conf
Restart corosync and cluster filesystem
root@prox01:~# pvecm create INTEL --link1 10.10.11.10
cluster config '/etc/pve/corosync.conf' already exists