Activity does not end

thomasddiego

Member
Dec 17, 2021
26
2
8
I had a VM turned on and I had two other VMs created, but all these activities don't end and I couldn't stop them with qm unlock ID or qm stop ID. Does anyone have any suggestions how to solve this?

Imagem Proxmox.png
 
From the GUI, you can open the task with a doubleclick and then select "Stop" in the popup.
 
  • Like
Reactions: thomasddiego
Please share the output of
Code:
ps faxl
You could also try a reboot, but that won't tell you why it didn't work.
 
  • Like
Reactions: thomasddiego
The file only includes the first 80 characters of each row. Try saving the file directly, e.g.
`ps faxl > output.txt`
 
  • Like
Reactions: thomasddiego
As you can see in line 254, the worker is stuck
Code:
1     0 1095779    1753  20   0 366328 134660 rpc_wa D   ?          0:14  \_ pvedaemon worker

This is most likely because of an issue with an NFS server. The only guaranteed way to fix this is by rebooting the system, although `kill -9 might work.
To prevent such error in the future, you should fix your NFS. Also, this happens when the NFS is stopped without being unmounted on your system.
 
  • Like
Reactions: thomasddiego