Re: [ovirt-devel] Storage in VDSM questions

2016-06-22 Thread Liron Aravot
> > -- Forwarded message -- > From: Shmuel Melamud > Date: Wed, Jun 22, 2016 at 4:51 PM > Subject: [ovirt-devel] Storage in VDSM questions > To: devel > > > Hi! > > I have a bunch of questions related to storage in VDSM. I would be happy > if anybody familiar with the subject can

[ovirt-devel] Fwd: Reminder: Fedora 22 end of life 2016-07-19

2016-06-22 Thread Sandro Bonazzola
FYI -- Messaggio inoltrato -- Da: "Dennis Gilmore" Data: 23/Giu/2016 06:43 Oggetto: Reminder: Fedora 22 end of life 2016-07-19 A: , "test-announce" < test-annou...@lists.fedoraproject.org>, "announce" < annou...@lists.fedoraproject.org> Cc: > Greetings. > > This is a reminder ema

[ovirt-devel] Storage in VDSM questions

2016-06-22 Thread Shmuel Melamud
Hi! I have a bunch of questions related to storage in VDSM. I would be happy if anybody familiar with the subject can help me with them. 1. What is HSM? IRS? 2. What is SDM? 3. What hsm.spmSchedule() method does? 4. What does domainMonitor.getHostId(vol_info.sd_id) method return? Storage domain

Re: [ovirt-devel] ovirt-system tests 4.0 using 3.6 code

2016-06-22 Thread Eyal Edri
New patch [1] fixed 4.0. Let me know if you want to merge it or try to fix the repos for 4.0 instead. [1] https://gerrit.ovirt.org/#/c/59603/ On Wed, Jun 22, 2016 at 3:03 PM, Eyal Edri wrote: > > > On Wed, Jun 22, 2016 at 2:55 PM, Yaniv Kaul wrote: > >> >> >> On Wed, Jun 22, 2016 at 2:49 PM,

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Eyal Edri
On Wed, Jun 22, 2016 at 2:17 PM, Martin Sivak wrote: > > That's not automation, its just you (human) building the official build > in > > COPR > > rather in jenkins no? > > It is automated enough for me, I just upload (the equivalent of > tagging) the srpm and it builds it for all platforms. It i

Re: [ovirt-devel] ovirt-system tests 4.0 using 3.6 code

2016-06-22 Thread Eyal Edri
On Wed, Jun 22, 2016 at 2:55 PM, Yaniv Kaul wrote: > > > On Wed, Jun 22, 2016 at 2:49 PM, Eyal Edri wrote: > >> >> >> On Wed, Jun 22, 2016 at 2:27 PM, Yaniv Kaul wrote: >> >>> >>> >>> On Wed, Jun 22, 2016 at 12:28 PM, Eyal Edri wrote: >>> After the recent merge of testing install of ovirt

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Piotr Kliczewski
On Wed, Jun 22, 2016 at 1:22 PM, Martin Sivak wrote: > > We do not have hierarchical topic system. Please note that we have > > p2p communication and real broker is not part of the scope anymore. > > We only have mini broker implemented in vdsm. > > But then I can't implement the parasitic way of

Re: [ovirt-devel] ovirt-system tests 4.0 using 3.6 code

2016-06-22 Thread Yaniv Kaul
On Wed, Jun 22, 2016 at 2:49 PM, Eyal Edri wrote: > > > On Wed, Jun 22, 2016 at 2:27 PM, Yaniv Kaul wrote: > >> >> >> On Wed, Jun 22, 2016 at 12:28 PM, Eyal Edri wrote: >> >>> After the recent merge of testing install of ovirt-cockpit-dashboard to >>> 3.6, >>> the 4.0 tests failed also. [1] >>>

Re: [ovirt-devel] ovirt-system tests 4.0 using 3.6 code

2016-06-22 Thread Eyal Edri
On Wed, Jun 22, 2016 at 2:27 PM, Yaniv Kaul wrote: > > > On Wed, Jun 22, 2016 at 12:28 PM, Eyal Edri wrote: > >> After the recent merge of testing install of ovirt-cockpit-dashboard to >> 3.6, >> the 4.0 tests failed also. [1] >> > > They should not have failed. The only reason they could have f

Re: [ovirt-devel] ovirt-system tests 4.0 using 3.6 code

2016-06-22 Thread Yaniv Kaul
On Wed, Jun 22, 2016 at 12:28 PM, Eyal Edri wrote: > After the recent merge of testing install of ovirt-cockpit-dashboard to > 3.6, > the 4.0 tests failed also. [1] > They should not have failed. The only reason they could have failed is if there were added deps - and there were - to the dashboa

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Martin Sivak
> We do not have hierarchical topic system. Please note that we have > p2p communication and real broker is not part of the scope anymore. > We only have mini broker implemented in vdsm. But then I can't implement the parasitic way of listening to data. This is basic functionality when you want to

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Martin Sivak
> That's not automation, its just you (human) building the official build in > COPR > rather in jenkins no? It is automated enough for me, I just upload (the equivalent of tagging) the srpm and it builds it for all platforms. It is then automatically released in the project repository. COPR is no

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Eyal Edri
On Wed, Jun 22, 2016 at 12:49 PM, Martin Sivak wrote: > > What I think we should do is to add support that once an official tag is > > done an official build will be triggered and done. > > The question is can the official build flow be automated? IIRC it > involves > > using tarball + signing or

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Piotr Kliczewski
On Wed, Jun 22, 2016 at 12:13 PM, Martin Sivak wrote: > > It is not about having a topic but listing what should be posted to that > > topic. > > That is the whole point of having a hierarchical topic based system. > Engine would listen for anything coming from vdsm, vdsm would listen > for anyth

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Martin Sivak
> It is not about having a topic but listing what should be posted to that > topic. That is the whole point of having a hierarchical topic based system. Engine would listen for anything coming from vdsm, vdsm would listen for anything that comes from engine using a path wildcard. Just use a /verb

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Piotr Kliczewski
On Wed, Jun 22, 2016 at 11:40 AM, Martin Sivak wrote: > > If we subscribe to engine response queue we receive all the traffic. At > the > > moment there is no way > > to define verbs we listen to. This functionality is only for events. > > Can't we create a new topic /engine/ for each verb and co

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Nir Soffer
On Wed, Jun 22, 2016 at 12:24 PM, Piotr Kliczewski wrote: > > > On Wed, Jun 22, 2016 at 10:39 AM, Michal Skrivanek > wrote: >> >> >> On 20 Jun 2016, at 18:41, Piotr Kliczewski wrote: >> >> >> >> On Mon, Jun 20, 2016 at 6:22 PM, Nir Soffer wrote: >>> >>> On Mon, Jun 20, 2016 at 11:33 AM, Martin

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Martin Sivak
> What I think we should do is to add support that once an official tag is > done an official build will be triggered and done. > The question is can the official build flow be automated? IIRC it involves > using tarball + signing or some other manual work which isn't > similar to the way nigthly r

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Martin Sivak
> If we subscribe to engine response queue we receive all the traffic. At the > moment there is no way > to define verbs we listen to. This functionality is only for events. Can't we create a new topic /engine/ for each verb and configure vdsm to listen for /engine/*? That would duplicate what we

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Eyal Edri
On Wed, Jun 22, 2016 at 11:21 AM, Martin Sivak wrote: > > - you as packager / maintainer should add your build to the release > > configuration file[1] or send an email with the link to your builds to > the > > person handling the release > > Is there a way to automate this? Like giving you the U

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Martin Sivak
Hi, > Wouldn't that mean you need the whole authentication and communication > code duplicated to mom? or is it already in there? Not really, MOM would connect to the local VDSM (as it does now, just with a different protocol), not to engine directly. All data will still flow using the single eng

[ovirt-devel] ovirt-system tests 4.0 using 3.6 code

2016-06-22 Thread Eyal Edri
After the recent merge of testing install of ovirt-cockpit-dashboard to 3.6, the 4.0 tests failed also. [1] And then I found out that some of the 4.0 tests are linked to 3.6 still, is this intentional? Should we now create a new separate 4.0 test or change the link to master? lrwxrwxrwx. 1 eedri

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Piotr Kliczewski
On Wed, Jun 22, 2016 at 10:39 AM, Michal Skrivanek < michal.skriva...@redhat.com> wrote: > > On 20 Jun 2016, at 18:41, Piotr Kliczewski wrote: > > > > On Mon, Jun 20, 2016 at 6:22 PM, Nir Soffer wrote: > >> On Mon, Jun 20, 2016 at 11:33 AM, Martin Sivak wrote: >> >> 1. Mom is still using xmlrpc

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Yedidyah Bar David
On Wed, Jun 22, 2016 at 11:21 AM, Martin Sivak wrote: >> - you as packager / maintainer should add your build to the release >> configuration file[1] or send an email with the link to your builds to the >> person handling the release > > Is there a way to automate this? Like giving you the URL of

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Sven Kieske
On 22/06/16 10:39, Michal Skrivanek wrote: > bypassing vdsm for mom things is a good idea, but we need to make sure we’re > not killing the rest of the system Wouldn't that mean you need the whole authentication and communication code duplicated to mom? or is it already in there? from a sysadmin

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Michal Skrivanek
> On 21 Jun 2016, at 10:11, Martin Sivak wrote: > > On Mon, Jun 20, 2016 at 6:26 PM, Nir Soffer wrote: >> On Mon, Jun 20, 2016 at 11:33 AM, Martin Sivak wrote: 1. Mom is still using xmlrpc Mom must move to jsonrpc. Martin: can you update on progress of this work? >>> >>>

Re: [ovirt-devel] Killing XMLRPC on master

2016-06-22 Thread Michal Skrivanek
> On 20 Jun 2016, at 18:41, Piotr Kliczewski wrote: > > > > On Mon, Jun 20, 2016 at 6:22 PM, Nir Soffer > wrote: > On Mon, Jun 20, 2016 at 11:33 AM, Martin Sivak > wrote: > >> 1. Mom is still using xmlrpc > >> > >> Mom must move to jsonrpc

Re: [ovirt-devel] oVirt 3.6.7 Fifth Release Candidate is now available for testing

2016-06-22 Thread Michal Skrivanek
> On 22 Jun 2016, at 10:20, Yaniv Kaul wrote: > > On Wed, Jun 22, 2016 at 11:13 AM, Sven Kieske > wrote: > On 22/06/16 09:50, Yaniv Kaul wrote: > > It's harder to do for minor releases, as they don't have distinct target > > milestones as major versions do. > > For

Re: [ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Martin Sivak
> - you as packager / maintainer should add your build to the release > configuration file[1] or send an email with the link to your builds to the > person handling the release Is there a way to automate this? Like giving you the URL of the release repository in COPR and using whatever latest pack

Re: [ovirt-devel] oVirt 3.6.7 Fifth Release Candidate is now available for testing

2016-06-22 Thread Yaniv Kaul
On Wed, Jun 22, 2016 at 11:13 AM, Sven Kieske wrote: > On 22/06/16 09:50, Yaniv Kaul wrote: > > It's harder to do for minor releases, as they don't have distinct target > > milestones as major versions do. > > For example, 4.0 has 4.0.0-rc1, 4.0.0-rc2, 4.0.0-rc3, etc. > > 3.6.7 doesn't have that.

Re: [ovirt-devel] oVirt 3.6.7 Fifth Release Candidate is now available for testing

2016-06-22 Thread Sven Kieske
On 22/06/16 09:50, Yaniv Kaul wrote: > It's harder to do for minor releases, as they don't have distinct target > milestones as major versions do. > For example, 4.0 has 4.0.0-rc1, 4.0.0-rc2, 4.0.0-rc3, etc. > 3.6.7 doesn't have that. > Y. But there are no special categories for the 4.0.0 rcs as we

Re: [ovirt-devel] new per patch testing for ovirt system tests via standard CI

2016-06-22 Thread Eyal Edri
And of course thanks for David to helping me iron out all the issues :) On Wed, Jun 22, 2016 at 10:56 AM, dcaro wrote: > > +1000! > > On 06/22 10:54, Eyal Edri wrote: > > FYI, > > > > I've added a check-patch check for new patches in ovirt-system-tests, so > it > > will run the relevant suite ac

Re: [ovirt-devel] new per patch testing for ovirt system tests via standard CI

2016-06-22 Thread dcaro
+1000! On 06/22 10:54, Eyal Edri wrote: > FYI, > > I've added a check-patch check for new patches in ovirt-system-tests, so it > will run the relevant suite according to the new test. > > So if you change something in 'basic_suite_3.6 'for e.g, it will only > trigger the 3.6 tests. > if you cha

[ovirt-devel] new per patch testing for ovirt system tests via standard CI

2016-06-22 Thread Eyal Edri
FYI, I've added a check-patch check for new patches in ovirt-system-tests, so it will run the relevant suite according to the new test. So if you change something in 'basic_suite_3.6 'for e.g, it will only trigger the 3.6 tests. if you change something in 'common' it will trigger all the tests.

Re: [ovirt-devel] oVirt 3.6.7 Fifth Release Candidate is now available for testing

2016-06-22 Thread Yaniv Kaul
On Tue, Jun 21, 2016 at 9:54 PM, Sven Kieske wrote: > Hi, > > while I appreciate all the work > that has been done for this release, please > let me add some critic: > > on the old website it was pretty easy to track > down what exactly changed between each release > candidate in terms of closed

[ovirt-devel] [TIPS] How to get your package released in oVirt

2016-06-22 Thread Sandro Bonazzola
Hi, since it seems not clear how to get your package included in a oVirt release, here's the procedure: - a new build planned is communicated to devel@ovirt.org from release engineering team - you as package maintainer should prepare your package to be released with desired version (configure.ac, s