- It seems that there is a bug that causes the VM to change to
running
state when disk monitoring arrives. I’ve opened an issue:
https://dev.opennebula.org/issues/5331
-
EXECUTE SUCCESS 1 error:
means that the hook was successfully executed and wrote no error message -
The VM changed from
UNKNOWN
toRUNNING
before the scheduler picked it for rescheduling. That made it think it’s really running and tried to do a live migration. OnUNKNOWN
state the VM is not migrated, it’s redeployed. This was caused by the bug you’ve found. -
We aim to fix the bug in version 5.4.1. Meanwhile, as a workaround, you can disable disk monitoring. To do this you can comment the following lines from
/var/lib/one/remotes/tm/qcow2/monitor
and issue the commandonehost sync --force
in the frontend: