I’m using OpenNebula 6.10.0.1 community edition.
Set-up is one front-end node and two hosts node.
I see a strange issue link to the VM lifecycle management.
Whenever I issue a Suspend/Stop/Poweroff command to an instantiated VM the command does not go through and I lose total connection to the host where those VM are instantiated. I need to reboot the host and then I can try to update the VM state.
This happens everytime and even while terminating the instances some times.
I’ve seen that the host reset the static ip address on the nic then I cannot ping/ssh it anymore.
Host OS is Ubuntu 22.04, one nic only.
Is there any kind of log I can observe to get more informations?
It is a long shot, as there is no much context provided of the network setup. Is the ip address set on a linux bridge managed by the Host OS?
You could try setting :keep_empty_bridge: true in /var/lib/one/remotes/etc/vnm/OpenNebulaNetwork.conf then sync the hosts with sudo -i -u oneadmin onehost sync --force. Then try again…
If that is the case, another workaround is to not define the PHYSDEV attribute on the VNETs where the Host managed bridge is in use…