[Engine-devel] Generic name is used message

2013-03-17 Thread Mike Kolesnik
Hi, Lately I had to add an error message that name is already used. I looked in the translations files and saw many messages for specific entity types in the system that looked much the same: VDS_TRY_CREATE_WITH_EXISTING_PARAMS=Cannot ${action} ${type}. Host with the same name already exists

[Engine-devel] Better testing for ValidationResults using ValidationResultMatchers

2013-03-17 Thread Mike Kolesnik
Hi, If you don't know what ValidationResult is, check out http://www.ovirt.org/ValidationResult In a gist, I added a new way to test this using JUnit's assertThat syntax: // Test that validation result is valid assertThat(someValidation(), isValid()); // Test that validation result is

[Engine-devel] CreateComputerAccount - do we really need it?

2013-03-17 Thread Yair Zaslavsky
Hi all, Do we need CreateComputerAccountCommand and its correspoding ldap broker LdapCreateComputerAccountCommand? Thanks, Yair ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

Re: [Engine-devel] CreateComputerAccount - do we really need it?

2013-03-17 Thread Omer Frenkel
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: engine-devel@ovirt.org Sent: Sunday, March 17, 2013 12:01:37 PM Subject: [Engine-devel] CreateComputerAccount - do we really need it? Hi all, Do we need CreateComputerAccountCommand and its correspoding ldap

Re: [Engine-devel] CreateComputerAccount - do we really need it?

2013-03-17 Thread Roy Golan
On 03/17/2013 12:01 PM, Yair Zaslavsky wrote: Hi all, Do we need CreateComputerAccountCommand and its correspoding ldap broker LdapCreateComputerAccountCommand? Thanks, Yair ___ Engine-devel mailing list Engine-devel@ovirt.org

Re: [Engine-devel] CreateComputerAccount - do we really need it?

2013-03-17 Thread Yair Zaslavsky
- Original Message - From: Omer Frenkel ofren...@redhat.com To: Yair Zaslavsky yzasl...@redhat.com Cc: engine-devel@ovirt.org Sent: Sunday, March 17, 2013 12:08:14 PM Subject: Re: [Engine-devel] CreateComputerAccount - do we really need it? - Original Message -

Re: [Engine-devel] CreateComputerAccount - do we really need it?

2013-03-17 Thread Allon Mureinik
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Omer Frenkel ofren...@redhat.com Cc: engine-devel@ovirt.org Sent: Sunday, March 17, 2013 12:12:21 PM Subject: Re: [Engine-devel] CreateComputerAccount - do we really need it? - Original Message -

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

2013-03-17 Thread Ayal Baron
- Original Message - On 03/13/2013 11:55 PM, Ayal Baron wrote: ... The only reason we have this problem is because there is this thing against making multiple calls. Just split it up. getVmRuntimeStats() - transient things like mem and cpu% getVmInformation() - (semi)static

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

2013-03-17 Thread Yair Zaslavsky
- Original Message - From: Ayal Baron aba...@redhat.com To: Itamar Heim ih...@redhat.com Cc: engine-devel@ovirt.org, vdsm-de...@lists.fedorahosted.org Sent: Sunday, March 17, 2013 3:13:09 PM Subject: Re: [Engine-devel] [vdsm] Proposal VDSM = Engine Data Statistics Retrieval

Re: [Engine-devel] Proposal for support ISO domain on other types of file based storage.

2013-03-17 Thread Ayal Baron
- Original Message - Hi guys, Currently, ISO domain is only supported on NFS storage. It could improve the ease of use if it allows other types of file based storage to store ISO images. After an investigation, I found there's not any restriction on this idea. So the whole work

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

2013-03-17 Thread Ayal Baron
- Original Message - On 17/03/13 15:13, Ayal Baron wrote: - Original Message - On 03/13/2013 11:55 PM, Ayal Baron wrote: ... The only reason we have this problem is because there is this thing against making multiple calls. Just split it up. getVmRuntimeStats()

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

2013-03-17 Thread Dan Kenigsberg
On Sun, Mar 17, 2013 at 10:28:15AM -0400, Ayal Baron wrote: - Original Message - On 17/03/13 15:13, Ayal Baron wrote: - Original Message - On 03/13/2013 11:55 PM, Ayal Baron wrote: ... The only reason we have this problem is because there is this thing