<div dir="ltr"><div><div>Hi,<br></div><br>I&#39;m developping (in JAVA) an automatic configuration manager to modify memory and cpu allocation (cpushares for the moment) updated on a calendar basis. It will also be used as a kind of enforcer/elastic scheduler on top of the ovirt policy scheduler.<br><br></div><div>Because oVirt is not yet able to update memory and cpushares on live guests like XenServer, my configurator needs to know the running config and the next_run config as well, and force directly the config on live guests (with virsh schedinfo --live arg ? ).<br><br></div><div>Unfortunately, the Host.getVMs().getById( &quot;uuid&quot; ) method returns only the running config so there&#39;s no way I can check if the future config is setup.<br><br></div><div>Any suggestion?<br><br></div><div>Best regards<br></div><div>Sebastien<br></div></div>