Question about libvirt Memory Backing support

Hi all

We are playing around with the KVM guest hugepages support:

https://libvirt.org/formatdomain.html#elementsMemoryBacking

the question is, is this feature supported by OpenNebula or do you have plans to support this feature in the future?
For the moment we are including this option within the VM template RAW section:

<memoryBacking>
    <hugepages/>
</memoryBacking>

That also works, but I’m wondering if it would be possible to include the memory backing option directly from the VM template with a new option, like MEMORY_BACKING="hugepages" or MEMORY_BACKING="nosharepages"

Cheers and thanks!
Álvaro

1 Like

Totally, an issue has been planned for next release

Thanks a lot @ruben!