How to Kill a Shutdown CT process looping

yena

Renowned Member
Nov 18, 2011
385
6
83
Hello,
in a 3 nodes cluster with HA, after a crash i still hav a CT shutdown process in progress... but i can't stop or manage it..

I have manually moved the conf file on the safe node .. but i still see this process..

Thanks!
 

Attachments

  • global2 - Proxmox Virtual Environment.png
    global2 - Proxmox Virtual Environment.png
    20.3 KB · Views: 14
You can kill it with kill -9

ps aux | grep "/usr/bin/lxc-start -F -n 101"
then
kill -9 PID
 
  • Like
Reactions: oguz