[SOLVED] Unable to remove node from cluster

cglmicro

Active Member
Oct 12, 2020
108
13
38
52
Hi guys.

I have a dead PVE in my cluster, and I can't delete the node since it's not shown in pvecm nodes, but it show in the GUI and also in pvecm status. His name was PROXMOX13S and it's ID was 4:

Code:
root@proxmox10s:~# pvecm status
Cluster information
-------------------
Name:             cglcluster01
Config Version:   9
Transport:        knet
Secure auth:      on

Quorum information
------------------
Date:             Sat Aug  6 11:40:48 2022
Quorum provider:  corosync_votequorum
Nodes:            8
Node ID:          0x00000001
Ring ID:          1.3264
Quorate:          Yes

Votequorum information
----------------------
Expected votes:   9
Highest expected: 9
Total votes:      8
Quorum:           5
Flags:            Quorate

Membership information
----------------------
    Nodeid      Votes Name
0x00000001          1 192.168.150.10 (local)
0x00000002          1 192.168.150.11
0x00000003          1 192.168.150.12
0x00000005          1 192.168.150.14
0x00000006          1 192.168.150.15
0x00000007          1 192.168.150.16
0x00000008          1 192.168.150.17
0x00000009          1 192.168.150.18



root@proxmox10s:~# pvecm nodes

Membership information
----------------------
    Nodeid      Votes Name
         1          1 proxmox10s (local)
         2          1 proxmox11s
         3          1 proxmox12s
         5          1 proxmox14s
         6          1 proxmox15s
         7          1 proxmox16s
         8          1 proxmox17s
         9          1 proxmox18s


root@proxmox10s:~# pvecm delnode 4
Node/IP: 4 is not a known host of the cluster.

I don't want to mess with corosync.conf file before getting advice from you.

Thank you.
 
Found it: I had to remove it by name, not by ID:
pvecm delnode proxmox13s.

Have a good day.