I have an issue with OneDRS: it shows a timeout after migration, although the VM is successfully migrated.
OpenNebula: 7.0.0 CE
Frontend OS: Debian 12
Hypervisors: KVM
When migrating a VM with OneDRS, the migration itself is successful, but OneDRS doesn’t receive the status update. It stays in the APPLYING state and then ends with TIMEOUT. However, when I check the VM logs, I can confirm that the migration was completed successfully.
It could be related to how resources (like storage or network) are handled when VMs are powered off. Some services may stop or unmount, causing the issue. Check logs for clues.
on 5647.log:
Mon Sep 8 06:18:54 2025 [Z0][VM][I]: New LCM state is PROLOG_MIGRATE_POWEROFF
Mon Sep 8 06:18:54 2025 [Z0][VM][I]: New state is ACTIVE
Mon Sep 8 06:23:30 2025 [Z0][VM][I]: New state is POWEROFF
Mon Sep 8 06:23:30 2025 [Z0][VM][I]: New LCM state is LCM_INIT
So, I could see that the transfer is started at 06:18:54 and finished at 06:23:30.
But still there is 1 active plan showed, until the 5 minutes timeout appears and then no active plan running. On the graphical interface, I can see STATE: TIMEOUT…
Do you have any idea on which other logs I can check ?