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