Hi,
I think I may have made a mistake:
I'm running a cluster with two nodes and a qdevice on an additional Raspberry. To this, I have now added a third node.
The joining of the third node was successful. But "pvecm status" gives this output:
The third node is not shown with the same flags as the first two. On reading up on cluster docs, I found that you are supposed to first remove the qdevice before adding the odd-numbered node - which I hadn't done.
So, on one of the old nodes I ran the command "pvecm qdevice remove". After this, I get this cluster status:
It appears the qdevice has no vote any more, even if it has not gone away completly.
At this point I decided to stop before I dig myself an even deeper hole.
1.) What do the status flags with "pvecm status" (NA, NV, NMW, NR) actually mean? Is it a problem that the new node has different flags than the other two? Might it just need a little time to sync up with the cluster?
2.) Was it a serious mistake to not remove the qdevice before joining the third node? Is there something I need to do to recover?
Any help would be much appreciated!
Regards
I think I may have made a mistake:
I'm running a cluster with two nodes and a qdevice on an additional Raspberry. To this, I have now added a third node.
The joining of the third node was successful. But "pvecm status" gives this output:
Code:
Membership information
----------------------
Nodeid Votes Qdevice Name
0x00000001 1 A,V,NMW 10.6.1.253
0x00000002 1 A,V,NMW 10.6.1.251 (local)
0x00000003 1 NR 10.6.1.250
0x00000000 1 Qdevice
The third node is not shown with the same flags as the first two. On reading up on cluster docs, I found that you are supposed to first remove the qdevice before adding the odd-numbered node - which I hadn't done.
So, on one of the old nodes I ran the command "pvecm qdevice remove". After this, I get this cluster status:
Code:
Membership information
----------------------
Nodeid Votes Qdevice Name
0x00000001 1 NA,NV,NMW 10.6.1.253
0x00000002 1 NA,NV,NMW 10.6.1.251 (local)
0x00000003 1 NR 10.6.1.250
0x00000000 0 Qdevice (votes 0)
It appears the qdevice has no vote any more, even if it has not gone away completly.
At this point I decided to stop before I dig myself an even deeper hole.
1.) What do the status flags with "pvecm status" (NA, NV, NMW, NR) actually mean? Is it a problem that the new node has different flags than the other two? Might it just need a little time to sync up with the cluster?
2.) Was it a serious mistake to not remove the qdevice before joining the third node? Is there something I need to do to recover?
Any help would be much appreciated!
Regards
Last edited: