Pve-cluster no starts

marciglesias17

Well-Known Member
Feb 12, 2020
46
0
46
26
Dark fiber
Hello,

2 days ago, one of my server of my cluster, crashed, when accessing the machine through KVM, I saw that there was no service started, nor SSH, I restarted the SSH and connected, I try to restart all proxmox services, pve-cluster give this error:

Apr 27 12:30:15 pve05-bcn2 systemd[1]: pve-cluster.service: Service RestartSec=100ms expired, scheduling restart.
Apr 27 12:30:15 pve05-bcn2 systemd[1]: pve-cluster.service: Scheduled restart job, restart counter is at 15828.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Automatic restarting of the unit pve-cluster.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Apr 27 12:30:15 pve05-bcn2 systemd[1]: Stopped The Proxmox VE cluster filesystem.
-- Subject: A stop job for unit pve-cluster.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A stop job for unit pve-cluster.service has finished.
--
-- The job identifier is 1255355 and the job result is done.
Apr 27 12:30:15 pve05-bcn2 systemd[1]: Starting The Proxmox VE cluster filesystem...
-- Subject: A start job for unit pve-cluster.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit pve-cluster.service has begun execution.
--
-- The job identifier is 1255355.
Apr 27 12:30:15 pve05-bcn2 pmxcfs[1843]: [main] notice: unable to acquire pmxcfs lock - trying again
Apr 27 12:30:15 pve05-bcn2 pmxcfs[1843]: [main] notice: unable to acquire pmxcfs lock - trying again
lines 3986-4012/4012 (END)



Corosync started, pve-proxy started, but the disconnected node appears in the GUI. Now all VM started manually with qm start ID.

How i can solve this?


Thanks,
 
hi,

you can check ps aux | grep pmxcfs and kill the process with kill -9 PID followed by systemctl restart pve-cluster.

if it fails delete /var/lib/pve-cluster/.pmxcfs.lockfile and try again
 
you're welcome. please mark the thread as [SOLVED] so others with same problem can know what to expect