[Engine-devel] engine watchdog support - new version in gerrit

2013-03-13 Thread Laszlo Hornyak
hi, A new version of the engine watchdog support is available in gerrit. This version finished the rest-api support by adding the capabilities resources. The features listed in the feature page are ready, so if you have enough time and courage, please give it a try! I have left the patch with

Re: [Engine-devel] VmDynamic kvm_enable

2013-03-13 Thread Dan Kenigsberg
On Wed, Mar 13, 2013 at 12:58:44AM +0200, Itamar Heim wrote: On 03/12/2013 05:07 PM, Dan Kenigsberg wrote: On Tue, Mar 12, 2013 at 10:37:41AM -0400, Laszlo Hornyak wrote: Hi, I came across a VmDynamic property 'kvm_enable'. It sounds strange for me, because ovirt is very colsely integrated

Re: [Engine-devel] Proposal VDSM = Engine Data Statistics Retrieval Optimization

2013-03-13 Thread Saggi Mizrahi
I am completely against this. It make the return value differ according to input which is a big no no when talking about type safe APIs. The only reason we have this problem is because there is this thing against making multiple calls. Just split it up. getVmRuntimeStats() - transient things

Re: [Engine-devel] [vdsm] Proposal VDSM = Engine Data Statistics Retrieval Optimization

2013-03-13 Thread Ayal Baron
- Original Message - I am completely against this. It make the return value differ according to input which is a big no no when talking about type safe APIs. The only reason we have this problem is because there is this thing against making multiple calls. Just split it up.

Re: [Engine-devel] Async Task Manager improvements

2013-03-13 Thread Sahina Bose
Hi Yair, Thanks for the detailed design. Had some questions 1. Can we think about introducing some DI framework in the Task Management package. This could be used to inject the DAL, VDS Broker, Commons etc dependencies. Even the list of providers and TaskStatusEvent handlers could be