hi.
in general, when making changes to vms, they are reflected in vcenter (such as disk expand and add, nics and such).
is there a way to make it reverse as well?
meaning, that the opennebula will “feal” a change made on vcenter side (for example : nic change or disk expand) and reflect it on the UI?
thank you
Hello @Liorme,
Currently what you are describing is not possible due to the nature of the tool, intended to migrate and use OpenNebula directly.
OpenNebula’s vCenter driver is designed primarily for one-way operations. To support reverse-sync, it would need continuous monitoring (with potential complexity around change detection, tampering, permissions, race conditions, etc.).
If you think can worth the try, you can request the feature on the Repo:
OpenNebula Repo.
Cheers,