Can't stop or start qemu vm

empr

New Member
Oct 15, 2012
16
0
1
Hi,

After a network problem last night, we started to have some problems with out HA vms.
We have 4 proxmox servers in cluster, which seems to be still ok:

cman_tool status
Version: 6.2.0
Config Version: 22
Cluster Name: pvcluster
Cluster Id: 57140
Cluster Member: Yes
Cluster Generation: 124
Membership state: Cluster-Member
Nodes: 4
Expected votes: 4
Total votes: 4
Node votes: 1
Quorum: 3
Active subsystems: 7
Flags:
Ports Bound: 0 177
Node name: vmhost3
Node ID: 3
Multicast addresses: 239.192.223.20
Node addresses: 10.4.4.183

Some vms are showing as stopped, but can't be started. These VMs are showing running if I run ps -ef on one of the servers.
Example:
vm: 2010
server: vmhost2
2010 apt.server stopped 2048 8.00 0


server: vmhost3
ps -ef shows 2010 running on vmhost3
vmhost3: root 40229 1 96 Jan17 ? 24-20:14:38 /usr/bin/kvm -id 2010 -chardev socket,id=qmp,path=/var/run/qemu-server/2010.qmp,server,nowait ......
qm list
doesn't show vm 2010.

Doing qm stop 2010 on vmhost2 or vmhost3 just hangs:
Executing HA stop for VM 2010...

Is it safe to kill the process?
Is there a way to fix this without killing the process?

thanks!