Hey there,
I have an issue after an LACP deployment.
Before I execute my Ansible Playbook:
After my Ansible LACP deployment:
pve001:
pve002:
Do I need to change something in Corosync?
Regards - Willi
I have an issue after an LACP deployment.
Before I execute my Ansible Playbook:
Code:
root@pve001:~# pvecm status
Cluster information
-------------------
Name: test
Config Version: 2
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri Aug 2 10:54:15 2024
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 1.16
Quorate: Yes
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 ... (local)
0x00000002 1 ...
After my Ansible LACP deployment:
pve001:
Code:
root@pve001:~# pvecm status
Cluster information
-------------------
Name: test
Config Version: 2
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri Aug 2 11:05:08 2024
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.1b
Quorate: No
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 ... (local)
pve002:
Code:
root@pve002:~# pvecm status
Cluster information
-------------------
Name: test
Config Version: 2
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri Aug 2 11:05:44 2024
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000002
Ring ID: 2.1f
Quorate: No
Votequorum information
----------------------
Expected votes: 2
Highest expected: 2
Total votes: 1
Quorum: 2 Activity blocked
Flags:
Membership information
----------------------
Nodeid Votes Name
0x00000002 1 ... (local)
Do I need to change something in Corosync?
Regards - Willi
Last edited: