Cluster not quorate log

prodav

New Member
Feb 4, 2024
2
0
1
Hi !

I have only one proxmox server.

And it seems very slow since some weeks.
Today I'm trying to resolve the issue...

And in the Proxmox UI > Node machine > System > Syslog
I can see these line which appers continuously....

Code:
Feb 04 18:00:24 proxmox6 pveproxy[19136]: Cluster not quorate - extending auth key lifetime!
Feb 04 18:00:24 proxmox6 pvedaemon[1041]: Cluster not quorate - extending auth key lifetime!

How can I stop this logging ?
I think the server checks something continuously and it's why he's slow...

Maybe I'm wrong, but I'm would like to fix this.

Thanks for your help.
 
Hi,
please share the output of the following:
Code:
pveversion -v
pvecm status
cat /etc/pve/corosync.conf
 
Hi,

The outputs :

pveversion -v
Code:
proxmox-ve: 6.1-2 (running kernel: 5.3.13-1-pve)
pve-manager: 6.1-5 (running version: 6.1-5/9bf06119)
pve-kernel-5.3: 6.1-1
pve-kernel-helper: 6.1-1
pve-kernel-5.0: 6.0-11
pve-kernel-5.3.13-1-pve: 5.3.13-1
pve-kernel-5.0.21-5-pve: 5.0.21-10
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.2-pve4
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
libjs-extjs: 6.0.1-10
libknet1: 1.13-pve1
libpve-access-control: 6.0-5
libpve-apiclient-perl: 3.0-2
libpve-common-perl: 6.0-9
libpve-guest-common-perl: 3.0-3
libpve-http-server-perl: 3.0-3
libpve-storage-perl: 6.1-3
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve3
lxc-pve: 3.2.1-1
lxcfs: 3.0.3-pve60
novnc-pve: 1.1.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.1-1
pve-cluster: 6.1-2
pve-container: 3.0-15
pve-docs: 6.1-3
pve-edk2-firmware: 2.20191127-1
pve-firewall: 4.0-9
pve-firmware: 3.0-4
pve-ha-manager: 3.0-8
pve-i18n: 2.0-3
pve-qemu-kvm: 4.1.1-2
pve-xtermjs: 3.13.2-1
pve-zsync: 2.0-1
qemu-server: 6.1-4
smartmontools: 7.0-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.2-pve2

pvecm status
Code:
Cluster information
-------------------
Name:             MYPROXMOX
Config Version:   1
Transport:        knet
Secure auth:      on

Cannot initialize CMAP service

cat /etc/pve/corosync.conf
Code:
logging {
  debug: off
  to_syslog: yes
}

nodelist {
  node {
    name: proxmox6
    nodeid: 1
    quorum_votes: 1
    ring0_addr: xx.xx.xx.xx
  }
}

quorum {
  provider: corosync_votequorum
}

totem {
  cluster_name: MYPROXMOX
  config_version: 1
  interface {
    linknumber: 0
  }
  ip_version: ipv4-6
  secauth: on
  version: 2
}
 
pveversion -v
Code:
proxmox-ve: 6.1-2 (running kernel: 5.3.13-1-pve)
That is a very old version and has been unsupported for a long time. Please upgrade to the latest version of 7.4 or 8:
https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0
https://pve.proxmox.com/wiki/Upgrade_from_7_to_8

pvecm status
Code:
Cluster information
-------------------
Name:             MYPROXMOX
Config Version:   1
Transport:        knet
Secure auth:      on

Cannot initialize CMAP service
Sounds like corosync has issues, despite it being only one node. What is the output of journalctl -b -u corosync.service -u pve-cluster.service?

Since you have only one node, you could also try to remove the cluster configuration: https://forum.proxmox.com/threads/delete-all-cluster-config-from-proxmox.108478/post-466078
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!