fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

hugepages support #6

Closed plribeiro3000 closed 5 years ago

plribeiro3000 commented 9 years ago

Hi,

Would it be possible to optionally enable hugepages support for the libvirt driver? This could default to false, but having an option to enable it when creating the VM would be great.

When enabled, the server.xml template would have:

<domain>
  <memoryBacking>
    <hugepages/>
  </memoryBacking>
  ...
</domain>

Enabling hugepages support on a Linux system requires a few steps, but I'm guessing documenting them would be outside of fog's scope.

Thank you.

Original issue opened by @eolamey at fog/fog#3342

cc/ @eolamey @geemus

ghost commented 9 years ago

Hi,

I am no longer needing this, should this issue be closed?

plribeiro3000 commented 9 years ago

Hey @eolamey. Thank you for the feedback but i believe those issues could live here a little longer. Now that we have a small repository it should be easier to add those features. =)

Thanks!