Cluster Master

Juliano Silva

Well-Known Member
Oct 15, 2017
186
3
58
41
Hi

I am having trouble changing my master server to a new new master ip server.

how do I change slaves to meet this new master server
 
There's no master server in a PVE cluster, all nodes are equal. What is it that you're trying to do exactly?

Sorry, I misread. In PMG there is master node.

From PMG Documentation Chapter 8.4.5:

Master Failure
• force another node to be master
Code:
pmgcm promote
• tell other nodes that master has changed
Code:
pmgcm sync --master_ip <master_ip>
 
Last edited:
  • Like
Reactions: Juliano Silva
Hi
Do I need to make master backups to a new master ?

There's no master server in a PVE cluster, all nodes are equal. What is it that you're trying to do exactly?

Sorry, I misread. In PMG there is master node.

From PMG Documentation Chapter 8.4.5:

Master Failure
• force another node to be master
Code:
pmgcm promote
• tell other nodes that master has changed
Code:
pmgcm sync --master_ip <master_ip>