Sorry, I forgot to add the screenshot!

El 11/11/20 a las 12:32, Nicolás escribió:
Hi,

We're using oVirt 4.3.8 along with ovirt-engine-sdk-python (4.4.1) to handle our pools.

Pools are based on a template which has ballooning enabled. However, when deploying a VmPool based on that template, has the "Ballooning enabled" field disabled, uneditable and an icon which states: "The field is not attached to any instance type" (screenshot attached).

We're handling a big number of VMs based on pools (> 1500), and we think this should be enabled.

However, I don't see a field in the types.VmPool definition that allows that.

Is that even doable? Our Python code is similar to this:

    newpool = types.VmPool(name='test',
                                             cluster=cl,
                                             template=t,
                                             max_user_vms=1,
                                             size=1,
    type=types.VmPoolType.MANUAL)
    vmpool_serv.add(newpool)

  * cl is a types.Cluster instance with ballooning_enabled=True
  * t is a types.Template instance with Ballooning enabled.

Thanks.

Nico


_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/FRWPZSNGX5UCZJW7NIT6XY72BFYTTHOL/

_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PFO66W2AVDEPMZ74BG76IWJ4DRSY7TSF/

Reply via email to