Having an urgent issue here where one of my nodes is stalled out (at least in the web UI). All I did was restart one of my containers, a simple cPanel-DNSONLY box due to upgrade and it's stalling out the whole node where none of the names show and it's all grayed out for the VMs and CTs. Thankfully 'qm list' shows all the VMs and qm status <vmid> shows 'running' for all of them. However when I do 'pct list' or 'pct status 105' it just hangs. I've tried the following:
root@pve1:~# pct stop 105
trying to acquire lock...
can't lock file '/run/lock/lxc/pve-config-105.lock' - got timeout
root@pve1:~# pct stop 105 --skiplock
trying to acquire lock...
can't lock file '/run/lock/lxc/pve-config-105.lock' - got timeout
root@pve1:~# pct unlock 105
trying to acquire lock...
can't lock file '/run/lock/lxc/pve-config-105.lock' - got timeout
Is there anything else I can try short of rebooting the node which ideally I would like to avoid since these are production VMs running?
root@pve1:~# pct stop 105
trying to acquire lock...
can't lock file '/run/lock/lxc/pve-config-105.lock' - got timeout
root@pve1:~# pct stop 105 --skiplock
trying to acquire lock...
can't lock file '/run/lock/lxc/pve-config-105.lock' - got timeout
root@pve1:~# pct unlock 105
trying to acquire lock...
can't lock file '/run/lock/lxc/pve-config-105.lock' - got timeout
Is there anything else I can try short of rebooting the node which ideally I would like to avoid since these are production VMs running?