How to change master node

Feb 10, 2021
2
0
6
40
Hi,
On my cluster proxmox, I 4 nodes : svpe00, svpve01, svpve02, svpve03.
I have shutdown and delete the node svpve00.
but now, I an error on the HA (see attached). Normally, the master should have change automatiquely. I don't know why it isn't.

pvecm status is ok

Quorum information
------------------
Date: Wed Feb 10 11:50:01 2021
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000001
Ring ID: 1/736
Quorate: Yes

Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.0.11.1 (local)
0x00000003 1 10.0.11.2
0x00000004 1 10.0.11.3
root@svpve01:~# pvecm status
Quorum information
------------------
Date: Wed Feb 10 12:19:17 2021
Quorum provider: corosync_votequorum
Nodes: 3
Node ID: 0x00000001
Ring ID: 1/736
Quorate: Yes

Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 3
Quorum: 2
Flags: Quorate

Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.0.11.1 (local)
0x00000003 1 10.0.11.2
0x00000004 1 10.0.11.3


cat /etc/pve/corosync.conf

logging {
debug: off
to_syslog: yes
}

nodelist {
node {
name: svpve01
nodeid: 1
quorum_votes: 1
ring0_addr: 10.0.11.1
}
node {
name: svpve02
nodeid: 3
quorum_votes: 1
ring0_addr: 10.0.11.2
}
node {
name: svpve03
nodeid: 4
quorum_votes: 1
ring0_addr: 10.0.11.3
}
}

quorum {
provider: corosync_votequorum
}

totem {
cluster_name: cluster1proxmox
config_version: 5
interface {
bindnetaddr: 10.0.11.1
ringnumber: 0
}
ip_version: ipv4
secauth: on
version: 2
}

I don't understand, if someone shoud be an idea to the problem.

could you help me ? please.
 

Attachments

  • HA2021-02-10 094156.png
    HA2021-02-10 094156.png
    24.5 KB · Views: 46
Hi,

are there even any resources under HA? As all other LRM show up as idle and so it seems there are no resources configured, which can explain such things.

Can you please post the output of:
Bash:
ha-manager status
cat /etc/pve/ha/resources.cfg
 
Hi,

I have create of new resources. the master switch on the node svpve01. it is cool.
however, i have toujours lrm svpve00 dead.
how i should do it for delete of interface ? because the node svpve00 is no loncher exist in the cluster.

Best regards,
Romain
 

Attachments

  • Capture d’écran 2021-03-10 095234.png
    Capture d’écran 2021-03-10 095234.png
    19.3 KB · Views: 69