Hi Moran,
Michel, can you please open a bug and attach vdsm+ovirt logs when
the
problem happened.
The problem is that it was last week and I can't pin point the moment in the log files
to put in the bug.
Next time it happens I'll pick up the log file and put it in a bug.
Make sure it's not running on each of the hosts.
try to run : psql engine -c "SELECT * from vm_static where vm_name
ilike 'xxx';"
get the vm_guid from it and run: psql engine -c "update vm_dynamic
SET
status=0 where vm_guid='xxx-xxx-xxx';"
This worked for me, it went to a down state and then I was able to remove it. Thnx for the
help.
Moran.
Michel