[SOLVED] proxy detected vanished client connection

EvertM

Renowned Member
Aug 4, 2016
35
6
73
53
evert.meulie.net
Hi all,

We have a 2-node cluster, down from 3. On node2 all is fine, but on node1 the log keeps filling with messages like these:

Rich (BB code):
Feb 28 14:54:17 node1 pveproxy[1057325]: Clearing outdated entries from certificate cache
Feb 28 14:54:29 node1 pveproxy[1017690]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:54:33 node1 pveproxy[1017690]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:54:36 node1 pveproxy[1017690]: proxy detected vanished client connection
Feb 28 14:54:40 node1 pveproxy[1017690]: proxy detected vanished client connection
Feb 28 14:55:29 node1 pveproxy[983812]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:55:33 node1 pveproxy[983812]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:55:36 node1 pveproxy[983812]: proxy detected vanished client connection
Feb 28 14:55:36 node1 pveproxy[983812]: proxy detected vanished client connection
Feb 28 14:56:29 node1 pveproxy[1017690]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:56:33 node1 pveproxy[1057325]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:56:36 node1 pveproxy[1057325]: proxy detected vanished client connection
Feb 28 14:56:36 node1 pveproxy[1017690]: proxy detected vanished client connection
Feb 28 14:57:27 node1 pvedaenode3[755194]: <root@pam> successful auth for user 'root@pam'
Feb 28 14:57:29 node1 pveproxy[1017690]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:57:33 node1 pveproxy[1057325]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:57:36 node1 pveproxy[1017690]: proxy detected vanished client connection
Feb 28 14:57:36 node1 pveproxy[1057325]: proxy detected vanished client connection
Feb 28 14:58:29 node1 pveproxy[1017690]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:58:33 node1 pveproxy[1017690]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:58:36 node1 pveproxy[1017690]: proxy detected vanished client connection
Feb 28 14:58:36 node1 pveproxy[1017690]: proxy detected vanished client connection
Feb 28 14:59:29 node1 pveproxy[1057325]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:59:33 node1 pveproxy[1057325]: '/etc/pve/nodes/node3/pve-ssl.pem' does not exist!
Feb 28 14:59:37 node1 pveproxy[1057325]: proxy detected vanished client connection
Feb 28 14:59:40 node1 pveproxy[1057325]: proxy detected vanished client connection

Before you ask, /etc/pve/nodes on node1 & node2 contain only 2 folders, node1 & node2.

How do I get rid of these remnants of node3 on node1?
 
Hi,

I would check for any remaining configurations or references to node3 within your Proxmox VE cluster's configuration files.

Specifically, you might want to look into the cluster configuration e.g., `/etc/pve/corosync.conf` to see if node3 is still listed there.
 
Hi,

No. However, consider to get rid of them.

Since the issue related to the `pveproxy` have you tried to issue `pvecm updatecerts --force` command?

I would also check the below files:

Code:
cat /etc/pve/.clusterlog
cat /etc/pve/.members
 
Update: As of yesterday, around 1 p.m., the errors stopped appearing. There were no config changes, no restarts of services or servers, just like that.

Perhaps something timed out? I don't recall the exact date/time we decommissioned node3, so I can't be sure.
 
Thank you for the update.

You can check the syslog using journalctl e.g.:

Bash:
journalctl --since "2024-03-06 01:00" --until "2024-03-07 10:00"
 
  • Like
Reactions: coolfree