To restart the cluster (if things are acting up)
service pve-cluster restart
To kill a VM
ps aux | grep "/usr/bin/kvm -id VMID"
kill -9 PID
To restart the cluster (if things are acting up)
service pve-cluster restart
To kill a VM
ps aux | grep "/usr/bin/kvm -id VMID"
kill -9 PID