I have a 5 node cluster, one of which is a piNode
When I recently added the 5th node, I ran into trouble as I have 2FA enabled. I was finally able to add node to cluster using command
Node was added to cluster and all seemed good
When I ran pvecm status it shows:
My question is Node 3 shows as NR. What is significance of this? Is this something that needs to be corrected and if so how?
When I recently added the 5th node, I ran into trouble as I have 2FA enabled. I was finally able to add node to cluster using command
Code:
pvecm add <target ip> -link0 <source ip>
When I ran pvecm status it shows:
Code:
Membership information
----------------------
Nodeid Votes Qdevice Name
0x00000001 1 NA,NV,NMW 192.168.1.24
0x00000002 1 NA,NV,NMW 192.168.1.26
0x00000003 1 NR 192.168.1.20
0x00000004 1 NA,NV,NMW 192.168.1.22 (local)
0x00000000 0 Qdevice (votes 1)
My question is Node 3 shows as NR. What is significance of this? Is this something that needs to be corrected and if so how?