[vdsm] VDSM sync meeting minutes June 10th, 2014

2014-06-10 Thread Federico Simoncelli
VDSM sync meeting June 10th 2014


We mainly discussed the status of features for 3.5.

Storage:

* live merge: pending on reviews and minor revisions

Network:

* 3.5 features are all merged
* one open issue about activating networks at boot (to be resolved in two
  different ways 3.5/master)

Infra:

* json-rpc: pending on merge
* ioprocess: pending on final review
* configure-libvirt: pending on verification and final reviews

-- 
Federico
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes April 1st, 2014

2014-04-09 Thread Federico Simoncelli
- Original Message -
> From: "Dan Kenigsberg" 
> To: "VDSM Project Development" , 
> de...@ovirt.org, lara...@redhat.com,
> nsof...@redhat.com, fsimo...@redhat.com
> Cc: lyarw...@redhat.com
> Sent: Wednesday, April 9, 2014 3:01:31 PM
> Subject: Re: [vdsm] vdsm sync meeting minutes April 1st, 2014
> 
> On Wed, Apr 02, 2014 at 09:29:09AM +0100, dan...@redhat.com wrote:
> > 
> > - We had a very (too) heated debate about ignoring failures of
> >   setDomainRegularRole() in http://gerrit.ovirt.org/24495/ and
> >   http://gerrit.ovirt.org/25424.
> > 
> >   The pain point is that relying on domain role (master/regular) is
> >   faulty by design. We cannot avoid the cases where a pool has more than
> >   one domain with a master role written in its metadata.
> > 
> >   One side argued that oVirt should be fixed to handle this unescapable
> >   truth, or at least enumerate the places where Vdsm and Engine, both
> >   current and old, depend on master role uniqueness.
> > 
> >   The other side argued that this is not a priority task, and that we
> >   should try to "garbage-collect" known-bad master roles as a courtesy
> >   to people digging into domain metadata, and as a means to lessen the
> >   problem until we kill the pool concept in the upcoming version.
> > 
> >   I hope that I present the debate fairly enough.
> 
> In order to move these two patches forward, how about:
> 
> - Limit the usage of the catching-all "except Exception" and replace
>   it with swalling only the expected IO error
> 
> - Add a comment about setDomainRegularRole() being called only as a
>   courtesy garbage-collection attempt.
> 
> - Conduct a survey on whether migrateMaster is used by anyone. No
>   supported Engine has it, but I there was a suggestion that it was
>   still expected via the command line.

You don't call masterMigrate directly. It's triggered when you deactivate
the master domain.

-- 
Federico
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes April 1st, 2014

2014-04-09 Thread Dan Kenigsberg
On Wed, Apr 02, 2014 at 09:29:09AM +0100, dan...@redhat.com wrote:
> 
> - We had a very (too) heated debate about ignoring failures of
>   setDomainRegularRole() in http://gerrit.ovirt.org/24495/ and
>   http://gerrit.ovirt.org/25424.
> 
>   The pain point is that relying on domain role (master/regular) is
>   faulty by design. We cannot avoid the cases where a pool has more than
>   one domain with a master role written in its metadata.
> 
>   One side argued that oVirt should be fixed to handle this unescapable
>   truth, or at least enumerate the places where Vdsm and Engine, both
>   current and old, depend on master role uniqueness.
> 
>   The other side argued that this is not a priority task, and that we
>   should try to "garbage-collect" known-bad master roles as a courtesy
>   to people digging into domain metadata, and as a means to lessen the
>   problem until we kill the pool concept in the upcoming version.
> 
>   I hope that I present the debate fairly enough.

In order to move these two patches forward, how about:

- Limit the usage of the catching-all "except Exception" and replace
  it with swalling only the expected IO error

- Add a comment about setDomainRegularRole() being called only as a
  courtesy garbage-collection attempt.

- Conduct a survey on whether migrateMaster is used by anyone. No
  supported Engine has it, but I there was a suggestion that it was
  still expected via the command line.

What do you think?
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes April 1st, 2014

2014-04-06 Thread ybronhei

Hey all,
back from France

On 04/02/2014 11:29 AM, dan...@redhat.com wrote:

Vdsm sync call April 1st 2014
=

- cpopen:
   - Toni: there's a versioning mismatch: the version in pypi is higher
 than the one on https://github.com/ficoos/cpopen
   - Saggi: there shouldn't be any code difference
   - Yaniv should sync the two.

https://github.com/ficoos/cpopen/pull/23 <- committed 1.3 tag
https://pypi.python.org/pypi?:action=display&name=cpopen&version=1.3 <- 
uploaded latest code


   - We use two options that are missing from Python3's Popen: umask and
 deathSignal.
 - Toni to re-send his Python3 port for cpopen, with tests running on
   Python3, too.
 - Saggi to accept it.
 - Infra team to suggest missing features to Python.




- fromani described his attempts of consolidating the two
   migration-monitoring threads into one. The motivation is a finer way
   of contolling the migration down time based on progress. Reducing
   thread numbers per se is not the main motivation.

- pep8 has changed. Again. Version 1.5.1 has even more draconic
   requirements. We can comply with them, or, include our version of
   pep8/pyflakes/pylint in our git repo. danken shudders at the thought
   of copying the code, but having a git sub-module is a reasonable
   compromise.
   - Infra team to take this task (unless someone else is faster)
   - Until that happens, one need to use pep8-1.4.6 or --ignore offending
 errors.

- We've been asked to kill the separate vdsm-devel mailing list, and
   join it into de...@ovirt.org. There's some resistence in the audience,
   so we'd do it softly.

   Next week, I'll have vdsm-devel members mass-subscribed to
   devel@ovirt. If you do NOT want to be subscribed, please send me a
   private request.

   Then, for several months, we'd see how it goes, and whether we drown
   in unrelated Engine chatter.

- We had a very (too) heated debate about ignoring failures of
   setDomainRegularRole() in http://gerrit.ovirt.org/24495/ and
   http://gerrit.ovirt.org/25424.

   The pain point is that relying on domain role (master/regular) is
   faulty by design. We cannot avoid the cases where a pool has more than
   one domain with a master role written in its metadata.

   One side argued that oVirt should be fixed to handle this unescapable
   truth, or at least enumerate the places where Vdsm and Engine, both
   current and old, depend on master role uniqueness.

   The other side argued that this is not a priority task, and that we
   should try to "garbage-collect" known-bad master roles as a courtesy
   to people digging into domain metadata, and as a means to lessen the
   problem until we kill the pool concept in the upcoming version.

   I hope that I present the debate fairly enough.

Dan.




--
Yaniv Bronhaim.
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes April 1st, 2014

2014-04-02 Thread Antoni Segura Puimedon


- Original Message -
> From: dan...@redhat.com
> To: "VDSM Project Development" , 
> de...@ovirt.org
> Sent: Wednesday, April 2, 2014 10:29:09 AM
> Subject: [vdsm]  vdsm sync meeting minutes April 1st, 2014
> 
> Vdsm sync call April 1st 2014
> =
> 
> - cpopen:
>   - Toni: there's a versioning mismatch: the version in pypi is higher
> than the one on https://github.com/ficoos/cpopen
>   - Saggi: there shouldn't be any code difference
>   - Yaniv should sync the two.
> 
>   - We use two options that are missing from Python3's Popen: umask and
> deathSignal.
> - Toni to re-send his Python3 port for cpopen, with tests running on
>   Python3, too.
https://github.com/celebdor/cpopen/commit/6db0429de06020c2c62007f6d1a3b41906e85742

I did it last night. There's still the noclosefds test failing for unknown
reasons. I'll investigate it.

> - Saggi to accept it.
> - Infra team to suggest missing features to Python.
> 
> - fromani described his attempts of consolidating the two
>   migration-monitoring threads into one. The motivation is a finer way
>   of contolling the migration down time based on progress. Reducing
>   thread numbers per se is not the main motivation.
> 
> - pep8 has changed. Again. Version 1.5.1 has even more draconic
>   requirements. We can comply with them, or, include our version of
>   pep8/pyflakes/pylint in our git repo. danken shudders at the thought
>   of copying the code, but having a git sub-module is a reasonable
>   compromise.
>   - Infra team to take this task (unless someone else is faster)
>   - Until that happens, one need to use pep8-1.4.6 or --ignore offending
> errors.
> 
> - We've been asked to kill the separate vdsm-devel mailing list, and
>   join it into de...@ovirt.org. There's some resistence in the audience,
>   so we'd do it softly.
> 
>   Next week, I'll have vdsm-devel members mass-subscribed to
>   devel@ovirt. If you do NOT want to be subscribed, please send me a
>   private request.
> 
>   Then, for several months, we'd see how it goes, and whether we drown
>   in unrelated Engine chatter.
> 
> - We had a very (too) heated debate about ignoring failures of
>   setDomainRegularRole() in http://gerrit.ovirt.org/24495/ and
>   http://gerrit.ovirt.org/25424.
> 
>   The pain point is that relying on domain role (master/regular) is
>   faulty by design. We cannot avoid the cases where a pool has more than
>   one domain with a master role written in its metadata.
> 
>   One side argued that oVirt should be fixed to handle this unescapable
>   truth, or at least enumerate the places where Vdsm and Engine, both
>   current and old, depend on master role uniqueness.
> 
>   The other side argued that this is not a priority task, and that we
>   should try to "garbage-collect" known-bad master roles as a courtesy
>   to people digging into domain metadata, and as a means to lessen the
>   problem until we kill the pool concept in the upcoming version.
> 
>   I hope that I present the debate fairly enough.
> 
> Dan.
> ___
> vdsm-devel mailing list
> vdsm-devel@lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
> 
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] vdsm sync meeting minutes April 1st, 2014

2014-04-02 Thread danken
Vdsm sync call April 1st 2014
=

- cpopen:
  - Toni: there's a versioning mismatch: the version in pypi is higher
than the one on https://github.com/ficoos/cpopen
  - Saggi: there shouldn't be any code difference
  - Yaniv should sync the two.

  - We use two options that are missing from Python3's Popen: umask and
deathSignal.
- Toni to re-send his Python3 port for cpopen, with tests running on
  Python3, too.
- Saggi to accept it.
- Infra team to suggest missing features to Python.

- fromani described his attempts of consolidating the two
  migration-monitoring threads into one. The motivation is a finer way
  of contolling the migration down time based on progress. Reducing
  thread numbers per se is not the main motivation.

- pep8 has changed. Again. Version 1.5.1 has even more draconic
  requirements. We can comply with them, or, include our version of
  pep8/pyflakes/pylint in our git repo. danken shudders at the thought
  of copying the code, but having a git sub-module is a reasonable
  compromise.
  - Infra team to take this task (unless someone else is faster)
  - Until that happens, one need to use pep8-1.4.6 or --ignore offending
errors.

- We've been asked to kill the separate vdsm-devel mailing list, and
  join it into de...@ovirt.org. There's some resistence in the audience,
  so we'd do it softly.

  Next week, I'll have vdsm-devel members mass-subscribed to
  devel@ovirt. If you do NOT want to be subscribed, please send me a
  private request.

  Then, for several months, we'd see how it goes, and whether we drown
  in unrelated Engine chatter.

- We had a very (too) heated debate about ignoring failures of
  setDomainRegularRole() in http://gerrit.ovirt.org/24495/ and
  http://gerrit.ovirt.org/25424.

  The pain point is that relying on domain role (master/regular) is
  faulty by design. We cannot avoid the cases where a pool has more than
  one domain with a master role written in its metadata.

  One side argued that oVirt should be fixed to handle this unescapable
  truth, or at least enumerate the places where Vdsm and Engine, both
  current and old, depend on master role uniqueness.

  The other side argued that this is not a priority task, and that we
  should try to "garbage-collect" known-bad master roles as a courtesy
  to people digging into domain metadata, and as a means to lessen the
  problem until we kill the pool concept in the upcoming version.

  I hope that I present the debate fairly enough.

Dan.
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes Feb 24th, 2014

2014-02-24 Thread Douglas Schilling Landgraf

On 02/24/2014 10:06 AM, Antoni Segura Puimedon wrote:

vdsm sync call Feb 24th 2014
=

- Toni to add Douglas to the linkPool patch so it can go into the build.

Hey Toni, please get it approved/backported for the ovirt-3.4 branch.


- Try and give karma to iscsiadm bug
https://bugzilla.redhat.com/1057761
https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-74.19.fc19
Needs to be backported as well. Douglas offers to help with the testing for
karma giving.
Added karma/updated bug since during my tests the selinux permission 
error is gone.

https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-74.19.fc19
https://bugzilla.redhat.com/show_bug.cgi?id=1057761#c4



- TLV meeting:
   - Design and architecture discussion: Nir proposes to go over the general
 design. Dispatcher, tasks. Adam agrees with the design request and warns
 about Python constructs for the possibility of hidden pitfalls.

   - Style guide discussion: Documentation, idioms, etc. Nir, Adam and Toni
 subscribe that. Adam proposes pushing for smaller patches. Toni pushes for
 topic branches of smaller patches that are considered in the context of the
 branch and not as self-standing patches.

   - JSON rpc discussion: Revive? plan etc. Adam wants to talk about the needs
 to make the engine start using JSON and get rid of the hacks. AMQP plans.
 Find ways to deprecate XMLRPC and get the API consistent in its
 representations.

   - Task creation: Nir proposes to discuss the way in which tasks are handled
 between engine and vdsm, so that the task uuid is pushed from the engine.

   - Get some presentation about SLA side of thinks. Adam asks if maybe Martin
 or Doron could do that?
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel




--
Cheers
Douglas
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes Feb 24th, 2014

2014-02-24 Thread Doron Fediuck


- Original Message -
> From: "ybronhei" 
> To: "Antoni Segura Puimedon" , "VDSM Project 
> Development" ,
> "Piotr Kliczewski" , "Doron Fediuck" 
> 
> Sent: Monday, February 24, 2014 6:33:56 PM
> Subject: Re: [vdsm] vdsm sync meeting minutes Feb 24th, 2014
> 
> On 02/24/2014 05:06 PM, Antoni Segura Puimedon wrote:
> > vdsm sync call Feb 24th 2014
> > =
> >
> > - Toni to add Douglas to the linkPool patch so it can go into the build.
> > - Try and give karma to iscsiadm bug
> >     https://bugzilla.redhat.com/1057761
> >     https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-74.19.fc19
> >     Needs to be backported as well. Douglas offers to help with the testing
> >     for
> >     karma giving.
> > - TLV meeting:
> >    - Design and architecture discussion: Nir proposes to go over the
> >    general
> >      design. Dispatcher, tasks. Adam agrees with the design request and
> >      warns
> >      about Python constructs for the possibility of hidden pitfalls.
> >
> >    - Style guide discussion: Documentation, idioms, etc. Nir, Adam and Toni
> >      subscribe that. Adam proposes pushing for smaller patches. Toni pushes
> >      for
> >      topic branches of smaller patches that are considered in the context
> >      of the
> >      branch and not as self-standing patches.
> >
> >    - JSON rpc discussion: Revive? plan etc. Adam wants to talk about the
> >    needs
> >      to make the engine start using JSON and get rid of the hacks. AMQP
> >      plans.
> >      Find ways to deprecate XMLRPC and get the API consistent in its
> >      representations.
> >
> >    - Task creation: Nir proposes to discuss the way in which tasks are
> >    handled
> >      between engine and vdsm, so that the task uuid is pushed from the
> >      engine.
> >
> >    - Get some presentation about SLA side of thinks. Adam asks if maybe
> >    Martin
> >      or Doron could do that?
> > ___
> > vdsm-devel mailing list
> > vdsm-devel@lists.fedorahosted.org
> > https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
> >
> 
> Hey,
> sorry to miss the call today, I was at first but dropped after we
> started the discussion and failed to join back
> 
> the json rpc part is merged to vdsm, pushed by saggi and Piotr, maybe
> Piotr can add more plan's details about that part?
> 
> about the design and architecture discussion, i also think we should
> talk how we can improve\refactor mainly the tasks infrastructure, i know
> that some groups have stable roadmap plans (not only SLA) that can be
> shared for discussion and review (mostly storage parts - e.g. removing
> the pool concept), and we'll discuss about more suggestions for
> improvement that will be raised.
> 
> --
> Yaniv Bronhaim.
> 

Hi guys,
Martin is joining you to help where possible.
Please let me know what are you aiming for and we'll make sure you have the SLA 
view for it.

In general I can tell you we have a few things planned for the next 2++ 
versions, so
we need to focus on the relevant parts of your meetup.
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes Feb 24th, 2014

2014-02-24 Thread ybronhei

On 02/24/2014 05:06 PM, Antoni Segura Puimedon wrote:

vdsm sync call Feb 24th 2014
=

- Toni to add Douglas to the linkPool patch so it can go into the build.
- Try and give karma to iscsiadm bug
https://bugzilla.redhat.com/1057761
https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-74.19.fc19
Needs to be backported as well. Douglas offers to help with the testing for
karma giving.
- TLV meeting:
   - Design and architecture discussion: Nir proposes to go over the general
 design. Dispatcher, tasks. Adam agrees with the design request and warns
 about Python constructs for the possibility of hidden pitfalls.

   - Style guide discussion: Documentation, idioms, etc. Nir, Adam and Toni
 subscribe that. Adam proposes pushing for smaller patches. Toni pushes for
 topic branches of smaller patches that are considered in the context of the
 branch and not as self-standing patches.

   - JSON rpc discussion: Revive? plan etc. Adam wants to talk about the needs
 to make the engine start using JSON and get rid of the hacks. AMQP plans.
 Find ways to deprecate XMLRPC and get the API consistent in its
 representations.

   - Task creation: Nir proposes to discuss the way in which tasks are handled
 between engine and vdsm, so that the task uuid is pushed from the engine.

   - Get some presentation about SLA side of thinks. Adam asks if maybe Martin
 or Doron could do that?
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel



Hey,
sorry to miss the call today, I was at first but dropped after we 
started the discussion and failed to join back


the json rpc part is merged to vdsm, pushed by saggi and Piotr, maybe 
Piotr can add more plan's details about that part?


about the design and architecture discussion, i also think we should 
talk how we can improve\refactor mainly the tasks infrastructure, i know 
that some groups have stable roadmap plans (not only SLA) that can be 
shared for discussion and review (mostly storage parts - e.g. removing 
the pool concept), and we'll discuss about more suggestions for 
improvement that will be raised.


--
Yaniv Bronhaim.
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] vdsm sync meeting minutes Feb 24th, 2014

2014-02-24 Thread Antoni Segura Puimedon
vdsm sync call Feb 24th 2014
=

- Toni to add Douglas to the linkPool patch so it can go into the build.
- Try and give karma to iscsiadm bug
   https://bugzilla.redhat.com/1057761
   https://admin.fedoraproject.org/updates/selinux-policy-3.12.1-74.19.fc19
   Needs to be backported as well. Douglas offers to help with the testing for
   karma giving.
- TLV meeting:
  - Design and architecture discussion: Nir proposes to go over the general
design. Dispatcher, tasks. Adam agrees with the design request and warns
about Python constructs for the possibility of hidden pitfalls.

  - Style guide discussion: Documentation, idioms, etc. Nir, Adam and Toni
subscribe that. Adam proposes pushing for smaller patches. Toni pushes for
topic branches of smaller patches that are considered in the context of the
branch and not as self-standing patches.

  - JSON rpc discussion: Revive? plan etc. Adam wants to talk about the needs
to make the engine start using JSON and get rid of the hacks. AMQP plans.
Find ways to deprecate XMLRPC and get the API consistent in its
representations.

  - Task creation: Nir proposes to discuss the way in which tasks are handled
between engine and vdsm, so that the task uuid is pushed from the engine.

  - Get some presentation about SLA side of thinks. Adam asks if maybe Martin
or Doron could do that?
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes - Nov 18

2013-11-19 Thread Yaniv Bronheim


- Original Message -
> From: "Dan Kenigsberg" 
> To: "VDSM Project Development" 
> Cc: ybron...@redhat.com, smizr...@redhat.com, mskri...@redhat.com, 
> nsof...@redhat.com
> Sent: Monday, November 18, 2013 9:59:53 PM
> Subject: vdsm sync meeting minutes - Nov 18
> 
> Things we've discussed
> 
> - pending iscsi dependency (fixed master branch since meeting)
>   http://gerrit.ovirt.org/21385
> 
> - We should strive to keep master usable by el6 (and other supported
>   platforms).
> 
>   We forgot to discuss the issue blocking our spec-checking jenkins job:
>   cpopen collision. Yaniv, are there any updates on that?

After releasing 1.2.3-4 and merging http://gerrit.ovirt.org/20489 I don't face 
any collisions . any specific issue? I'll verify on clean environment, I might 
miss it
might be that the jobs still use cpopen 1.2.3-2 without the "Obsoletes" fix?

> 
> - function storage/virt tests needs a parent and extension. Ayal says
>   that A storage developer was assigned to that task, expect improvement
>   within weeks.
> 
> - Vdsm is asked to report information about various VM-related long
>   processes: VM migration, live storage migration, live merge. There was
>   a universal agreement that getAllVmStats is a reasonable place to add
>   those. Michal, Saggi, would it be fine?
> 
> - failing `make distcheck`: Toni to try monkey-patching the constants
>   module when the schema is built.
> 
> - Nir's mock module needs review, and later - a decision. There was a
>   disagreement regarding its necessity/helpfulness.

fyi, the mocking issue: http://gerrit.ovirt.org/#/c/21155/ and usage example in 
http://gerrit.ovirt.org/#/c/20720/17/tests/toolLvmDeactivateLvsTests.py

> 
> See ya!
> 
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes - Nov 18

2013-11-19 Thread Michal Skrivanek

On Nov 18, 2013, at 20:59 , Dan Kenigsberg  wrote:

> Things we've discussed
> 
> - pending iscsi dependency (fixed master branch since meeting)
>  http://gerrit.ovirt.org/21385
> 
> - We should strive to keep master usable by el6 (and other supported
>  platforms).
> 
>  We forgot to discuss the issue blocking our spec-checking jenkins job:
>  cpopen collision. Yaniv, are there any updates on that?
> 
> - function storage/virt tests needs a parent and extension. Ayal says
>  that A storage developer was assigned to that task, expect improvement
>  within weeks.
> 
> - Vdsm is asked to report information about various VM-related long
>  processes: VM migration, live storage migration, live merge. There was
>  a universal agreement that getAllVmStats is a reasonable place to add
>  those. Michal, Saggi, would it be fine?

yes, this is what i originally had in mind, perfect!

> 
> - failing `make distcheck`: Toni to try monkey-patching the constants
>  module when the schema is built.
> 
> - Nir's mock module needs review, and later - a decision. There was a
>  disagreement regarding its necessity/helpfulness.
> 
> See ya!
> ___
> vdsm-devel mailing list
> vdsm-devel@lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
> 
> 

___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes

2013-11-19 Thread Vinzenz Feenstra

On 11/04/2013 04:01 PM, Antoni Segura Puimedon wrote:

vdsm-sync meeting 2013-11-04
==

- #1022969 Gluster bug blocking ovirt-3.3.1 Maybe Eduardo can take a look.
- CPOpen has been fixed and it is released properly (even in pypi).
- Hosted engine patches exhibit some brittleness that make it advisable to
   create a separate branch for testing it. Federico proposes to push them to
   master once 3.3.1 is released.
- We are to keep master working on F19 and el6 to ease testers task. We can
   ship some via oVirt repo on a case per case basis. Ask Mike Burns about the
   possibility of doing that.
It'd be great if mom would be built and a new update released to 
fedora, because currently the highest version available there seems to 
be 0.3.1-1 however our requirement on master is >= 0.3.2-3 (The spec 
file in the fedora dist git seems to be already on 0.3.2-5 so all what 
would be needed is a rebuild and published update)

___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] vdsm sync meeting minutes - Nov 18

2013-11-18 Thread Antoni Segura Puimedon


- Original Message -
> From: "Dan Kenigsberg" 
> To: "VDSM Project Development" 
> Cc: mskri...@redhat.com
> Sent: Monday, November 18, 2013 8:59:53 PM
> Subject: [vdsm] vdsm sync meeting minutes - Nov 18
> 
> Things we've discussed
> 
> - pending iscsi dependency (fixed master branch since meeting)
>   http://gerrit.ovirt.org/21385
> 
> - We should strive to keep master usable by el6 (and other supported
>   platforms).
> 
>   We forgot to discuss the issue blocking our spec-checking jenkins job:
>   cpopen collision. Yaniv, are there any updates on that?
> 
> - function storage/virt tests needs a parent and extension. Ayal says
>   that A storage developer was assigned to that task, expect improvement
>   within weeks.
> 
> - Vdsm is asked to report information about various VM-related long
>   processes: VM migration, live storage migration, live merge. There was
>   a universal agreement that getAllVmStats is a reasonable place to add
>   those. Michal, Saggi, would it be fine?
> 
> - failing `make distcheck`: Toni to try monkey-patching the constants
>   module when the schema is built.

And also the tests in the testrunner due to the "check" part of distcheck.

Another point that was not raised but should be addessed:
- Reduce the excessive cpopen calling from _nic_devices.

> 
> - Nir's mock module needs review, and later - a decision. There was a
>   disagreement regarding its necessity/helpfulness.
> 
> See ya!
> ___
> vdsm-devel mailing list
> vdsm-devel@lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
> 
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] vdsm sync meeting minutes - Nov 18

2013-11-18 Thread Dan Kenigsberg
Things we've discussed

- pending iscsi dependency (fixed master branch since meeting)
  http://gerrit.ovirt.org/21385

- We should strive to keep master usable by el6 (and other supported
  platforms).

  We forgot to discuss the issue blocking our spec-checking jenkins job:
  cpopen collision. Yaniv, are there any updates on that?

- function storage/virt tests needs a parent and extension. Ayal says
  that A storage developer was assigned to that task, expect improvement
  within weeks.

- Vdsm is asked to report information about various VM-related long
  processes: VM migration, live storage migration, live merge. There was
  a universal agreement that getAllVmStats is a reasonable place to add
  those. Michal, Saggi, would it be fine?

- failing `make distcheck`: Toni to try monkey-patching the constants
  module when the schema is built.

- Nir's mock module needs review, and later - a decision. There was a
  disagreement regarding its necessity/helpfulness.

See ya!
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] vdsm sync meeting minutes

2013-11-04 Thread Antoni Segura Puimedon
vdsm-sync meeting 2013-11-04
==

- #1022969 Gluster bug blocking ovirt-3.3.1 Maybe Eduardo can take a look.
- CPOpen has been fixed and it is released properly (even in pypi).
- Hosted engine patches exhibit some brittleness that make it advisable to
  create a separate branch for testing it. Federico proposes to push them to
  master once 3.3.1 is released.
- We are to keep master working on F19 and el6 to ease testers task. We can
  ship some via oVirt repo on a case per case basis. Ask Mike Burns about the
  possibility of doing that.
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] sync meeting minutes

2013-05-11 Thread Yaniv Bronheim
Done. Thanks again vinzenz
Uploaded spec without the duplication.

Ofer, did you take a look?

- Original Message -
> From: "Vinzenz Feenstra" 
> To: vdsm-devel@lists.fedorahosted.org
> Sent: Thursday, May 9, 2013 1:04:19 PM
> Subject: Re: [vdsm] sync meeting minutes
> 
> On 05/08/2013 11:04 AM, Yaniv Bronheim wrote:
> > Hey,
> > Sorry for the delay,  all morning I've been working to verify again the
> > package and upload new version that fits the changes we did for
> > vdsm-python-cpopen.
> > We tried that until this package will be accepted to fedora, we'll make it
> > as part of vdsm's rpms (http://gerrit.ovirt.org/#/c/13685/).
> >
> > I ran rpmlint, koji build, and rpmbuild verification on the spec and source
> > file,  all looks fine.
> > Please tell me if i need to run more tests before nudge you... (upload new
> > spec and srpm https://bugzilla.redhat.com/show_bug.cgi?id=903246)
> fedora-review gave these issues:
> Issues:
> ===
> - Permissions on files are set properly.
>Note: See rpmlint output
>See: http://fedoraproject.org/wiki/Packaging/Guidelines#FilePermissions
> - Package does not contain duplicates in %files.
>Note: warning: File listed twice: /usr/lib64/python2.7/site-
> packages/cpopen.so
>See: http://fedoraproject.org/wiki/Packaging/Guidelines#DuplicateFiles
> 
> You can ignore the first permissions related issue because that's a FP.
> Not sure why however this is wrong. 755 is perfectly ok for .so files
> 
> The second however needs to be addressed. You put there cpopen.so in the
> %files section twice. One time with attr and one time without. Remove
> the one without as this is a duplicate.
> >
> > Thanks!
> > And thanks Dan for pushing it forward..
> >
> > - Original Message -
> >> From: "Ofer Schreiber" 
> >> To: "Dan Kenigsberg" 
> >> Cc: "VDSM Project Development" 
> >> Sent: Tuesday, May 7, 2013 8:04:55 AM
> >> Subject: Re: [vdsm] sync meeting minutes
> >>
> >> Sure, I can help.
> >> I'll do it tomorrow when I'll arrive to the office.
> >> (I haven't looked into the package itself, please make sure that it
> >> follows
> >> all fedora guidelines, and that you have an official tarball published
> >> somewhere, it will save some time)
> >>
> >>
> >> ב-7 May 2013, בשעה 07:54, Dan Kenigsberg < dan...@redhat.com > כתב/ה:
> >>
> >>
> >>
> >>
> >> On Mon, May 06, 2013 at 08:12:50PM -0400, Antoni Segura Puimedon wrote:
> >>
> >>
> >> VDSM sync meeting May 6th 13:30 UTC
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Federico says that he can't see anything pending for 3.2. Tomorrow 3.2.2
> >> will
> >>
> >>
> >> be released. If anybody has anything pending push and ping Federico today.
> >>
> >>
> >>
> >>
> >>
> >> Storage is working on completing the feature pages, after that they will
> >> link
> >>
> >>
> >> them in the oVirt release management page.
> >>
> >>
> >> http://wiki.ovirt.org/OVirt_3.3_release-management
> >>
> >>
> >> Dan suggests to link the feature pages in their incomplete state to get
> >> more
> >>
> >>
> >> feedback.
> >>
> >>
> >>
> >>
> >>
> >> Yaniv states features for oVirt-3.3 to be reported. Splitting supervdsm is
> >>
> >>
> >> going to be one of them. Needs reviews.
> >>
> >>
> >>
> >>
> >>
> >> Yaniv discussed the libvirt connection getting wrapper. We are still
> >> looking
> >>
> >>
> >> for a better solution that doesn't involve a special cif instance.
> >>
> >>
> >>
> >>
> >>
> >> Vinzenz hints Yaniv that for his cpopen that he needs to talk in
> >> fedora-devel
> >>
> >>
> >> for the package to be reviewed there.
> >>
> >> Ofer, maybe you too can help us out with the review of
> >> Bug 903246 - Review Request: cpopen - Creates a subprocess in
> >> simpler safer manner
> >> and its acceptence into Fedora?
> >>
> >>
> >>
> >>
> >>
> >>
> >> Infra has been working on improving vdsm utils for out of p

Re: [vdsm] sync meeting minutes

2013-05-09 Thread Vinzenz Feenstra

On 05/08/2013 11:04 AM, Yaniv Bronheim wrote:

Hey,
Sorry for the delay,  all morning I've been working to verify again the package 
and upload new version that fits the changes we did for vdsm-python-cpopen.
We tried that until this package will be accepted to fedora, we'll make it as 
part of vdsm's rpms (http://gerrit.ovirt.org/#/c/13685/).

I ran rpmlint, koji build, and rpmbuild verification on the spec and source 
file,  all looks fine.
Please tell me if i need to run more tests before nudge you... (upload new spec 
and srpm https://bugzilla.redhat.com/show_bug.cgi?id=903246)

fedora-review gave these issues:
Issues:
===
- Permissions on files are set properly.
  Note: See rpmlint output
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#FilePermissions
- Package does not contain duplicates in %files.
  Note: warning: File listed twice: /usr/lib64/python2.7/site-
packages/cpopen.so
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#DuplicateFiles

You can ignore the first permissions related issue because that's a FP. 
Not sure why however this is wrong. 755 is perfectly ok for .so files


The second however needs to be addressed. You put there cpopen.so in the 
%files section twice. One time with attr and one time without. Remove 
the one without as this is a duplicate.


Thanks!
And thanks Dan for pushing it forward..

- Original Message -

From: "Ofer Schreiber" 
To: "Dan Kenigsberg" 
Cc: "VDSM Project Development" 
Sent: Tuesday, May 7, 2013 8:04:55 AM
Subject: Re: [vdsm] sync meeting minutes

Sure, I can help.
I'll do it tomorrow when I'll arrive to the office.
(I haven't looked into the package itself, please make sure that it follows
all fedora guidelines, and that you have an official tarball published
somewhere, it will save some time)


ב-7 May 2013, בשעה 07:54, Dan Kenigsberg < dan...@redhat.com > כתב/ה:




On Mon, May 06, 2013 at 08:12:50PM -0400, Antoni Segura Puimedon wrote:


VDSM sync meeting May 6th 13:30 UTC








Federico says that he can't see anything pending for 3.2. Tomorrow 3.2.2 will


be released. If anybody has anything pending push and ping Federico today.





Storage is working on completing the feature pages, after that they will link


them in the oVirt release management page.


http://wiki.ovirt.org/OVirt_3.3_release-management


Dan suggests to link the feature pages in their incomplete state to get more


feedback.





Yaniv states features for oVirt-3.3 to be reported. Splitting supervdsm is


going to be one of them. Needs reviews.





Yaniv discussed the libvirt connection getting wrapper. We are still looking


for a better solution that doesn't involve a special cif instance.





Vinzenz hints Yaniv that for his cpopen that he needs to talk in fedora-devel


for the package to be reviewed there.

Ofer, maybe you too can help us out with the review of
Bug 903246 - Review Request: cpopen - Creates a subprocess in
simpler safer manner
and its acceptence into Fedora?






Infra has been working on improving vdsm utils for out of process execution.





The git master breakage from Mark Wu's patch was reverted and Giuseppe


Vallarelli has made a unit test for preventing future patches from breaking


master by importing vdsm/ modules from lib/vdsm.





Vinzenz to ask on the list about the jsonrpc model.





Libvirtvm.py and vm.py to be verified by Vinzenz and QE to be thoroughly
tested


this week.





Vinzenz points out that vdsClient is completely out of sync with the schema.


Dan mentions that Zhou Zheng Sheng has probably had some success with that.
To


be presented in the Shangai workshop.





Adam has automatically generated bindings that need review and should be
given


a push. Also vdsm schema verification has some work already done that should
be


resumed.





We should put effort in bringing up possible changes/inconsistencies in the


schema relative to the way the api is evolving.





Toni to copy the agenda of the workshop in the mailing list. (DONE)

Thanks!

___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com


Package Review
==

Key:
[x] = Pass
[!] = Fail
[-] = Not applicable
[?] = Not evaluated
[ ] = Manual review needed


Issues:
===
- Permissions on files are set properly.
  Note: See rpmlint output
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#FilePermi

Re: [vdsm] sync meeting minutes

2013-05-08 Thread Yaniv Bronheim
Hey,
Sorry for the delay,  all morning I've been working to verify again the package 
and upload new version that fits the changes we did for vdsm-python-cpopen.
We tried that until this package will be accepted to fedora, we'll make it as 
part of vdsm's rpms (http://gerrit.ovirt.org/#/c/13685/). 

I ran rpmlint, koji build, and rpmbuild verification on the spec and source 
file,  all looks fine. 
Please tell me if i need to run more tests before nudge you... (upload new spec 
and srpm https://bugzilla.redhat.com/show_bug.cgi?id=903246)

Thanks!
And thanks Dan for pushing it forward..

- Original Message -
> From: "Ofer Schreiber" 
> To: "Dan Kenigsberg" 
> Cc: "VDSM Project Development" 
> Sent: Tuesday, May 7, 2013 8:04:55 AM
> Subject: Re: [vdsm] sync meeting minutes
> 
> Sure, I can help.
> I'll do it tomorrow when I'll arrive to the office.
> (I haven't looked into the package itself, please make sure that it follows
> all fedora guidelines, and that you have an official tarball published
> somewhere, it will save some time)
> 
> 
> ב-7 May 2013, בשעה 07:54, Dan Kenigsberg < dan...@redhat.com > כתב/ה:
> 
> 
> 
> 
> On Mon, May 06, 2013 at 08:12:50PM -0400, Antoni Segura Puimedon wrote:
> 
> 
> VDSM sync meeting May 6th 13:30 UTC
> 
> 
> 
> 
> 
> 
> 
> 
> Federico says that he can't see anything pending for 3.2. Tomorrow 3.2.2 will
> 
> 
> be released. If anybody has anything pending push and ping Federico today.
> 
> 
> 
> 
> 
> Storage is working on completing the feature pages, after that they will link
> 
> 
> them in the oVirt release management page.
> 
> 
> http://wiki.ovirt.org/OVirt_3.3_release-management
> 
> 
> Dan suggests to link the feature pages in their incomplete state to get more
> 
> 
> feedback.
> 
> 
> 
> 
> 
> Yaniv states features for oVirt-3.3 to be reported. Splitting supervdsm is
> 
> 
> going to be one of them. Needs reviews.
> 
> 
> 
> 
> 
> Yaniv discussed the libvirt connection getting wrapper. We are still looking
> 
> 
> for a better solution that doesn't involve a special cif instance.
> 
> 
> 
> 
> 
> Vinzenz hints Yaniv that for his cpopen that he needs to talk in fedora-devel
> 
> 
> for the package to be reviewed there.
> 
> Ofer, maybe you too can help us out with the review of
> Bug 903246 - Review Request: cpopen - Creates a subprocess in
> simpler safer manner
> and its acceptence into Fedora?
> 
> 
> 
> 
> 
> 
> Infra has been working on improving vdsm utils for out of process execution.
> 
> 
> 
> 
> 
> The git master breakage from Mark Wu's patch was reverted and Giuseppe
> 
> 
> Vallarelli has made a unit test for preventing future patches from breaking
> 
> 
> master by importing vdsm/ modules from lib/vdsm.
> 
> 
> 
> 
> 
> Vinzenz to ask on the list about the jsonrpc model.
> 
> 
> 
> 
> 
> Libvirtvm.py and vm.py to be verified by Vinzenz and QE to be thoroughly
> tested
> 
> 
> this week.
> 
> 
> 
> 
> 
> Vinzenz points out that vdsClient is completely out of sync with the schema.
> 
> 
> Dan mentions that Zhou Zheng Sheng has probably had some success with that.
> To
> 
> 
> be presented in the Shangai workshop.
> 
> 
> 
> 
> 
> Adam has automatically generated bindings that need review and should be
> given
> 
> 
> a push. Also vdsm schema verification has some work already done that should
> be
> 
> 
> resumed.
> 
> 
> 
> 
> 
> We should put effort in bringing up possible changes/inconsistencies in the
> 
> 
> schema relative to the way the api is evolving.
> 
> 
> 
> 
> 
> Toni to copy the agenda of the workshop in the mailing list. (DONE)
> 
> Thanks!
> 
> ___
> vdsm-devel mailing list
> vdsm-devel@lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel
>
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] sync meeting minutes

2013-05-06 Thread Ofer Schreiber
Sure, I can help. 
I'll do it tomorrow when I'll arrive to the office. 
(I haven't looked into the package itself, please make sure that it follows all 
fedora guidelines, and that you have an official tarball published somewhere, 
it will save some time)


ב-7 May 2013, בשעה 07:54, Dan Kenigsberg  כתב/ה:

> On Mon, May 06, 2013 at 08:12:50PM -0400, Antoni Segura Puimedon wrote:
>> VDSM sync meeting May 6th 13:30 UTC
>> 
>> 
>> Federico says that he can't see anything pending for 3.2. Tomorrow 3.2.2 will
>> be released. If anybody has anything pending push and ping Federico today.
>> 
>> Storage is working on completing the feature pages, after that they will link
>> them in the oVirt release management page.
>>http://wiki.ovirt.org/OVirt_3.3_release-management
>> Dan suggests to link the feature pages in their incomplete state to get more
>> feedback.
>> 
>> Yaniv states features for oVirt-3.3 to be reported. Splitting supervdsm is
>> going to be one of them. Needs reviews.
>> 
>> Yaniv discussed the libvirt connection getting wrapper. We are still looking
>> for a better solution that doesn't involve a special cif instance.
>> 
>> Vinzenz hints Yaniv that for his cpopen that he needs to talk in fedora-devel
>> for the package to be reviewed there.
> 
> Ofer, maybe you too can help us out with the review of
>Bug 903246 - Review Request: cpopen - Creates a subprocess in
>simpler safer manner
> and its acceptence into Fedora?
> 
>> 
>> Infra has been working on improving vdsm utils for out of process execution.
>> 
>> The git master breakage from Mark Wu's patch was reverted and Giuseppe 
>> Vallarelli has made a unit test for preventing future patches from breaking
>> master by importing vdsm/ modules from lib/vdsm.
>> 
>> Vinzenz to ask on the list about the jsonrpc model.
>> 
>> Libvirtvm.py and vm.py to be verified by Vinzenz and QE to be thoroughly 
>> tested
>> this week.
>> 
>> Vinzenz points out that vdsClient is completely out of sync with the schema. 
>> Dan mentions that Zhou Zheng Sheng has probably had some success with that. 
>> To
>> be presented in the Shangai workshop.
>> 
>> Adam has automatically generated bindings that need review and should be 
>> given
>> a push. Also vdsm schema verification has some work already done that should 
>> be
>> resumed.
>> 
>> We should put effort in bringing up possible changes/inconsistencies in the
>> schema relative to the way the api is evolving.
>> 
>> Toni to copy the agenda of the workshop in the mailing list. (DONE)
> 
> Thanks!
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


Re: [vdsm] sync meeting minutes

2013-05-06 Thread Dan Kenigsberg
On Mon, May 06, 2013 at 08:12:50PM -0400, Antoni Segura Puimedon wrote:
> VDSM sync meeting May 6th 13:30 UTC
> 
> 
> Federico says that he can't see anything pending for 3.2. Tomorrow 3.2.2 will
> be released. If anybody has anything pending push and ping Federico today.
> 
> Storage is working on completing the feature pages, after that they will link
> them in the oVirt release management page.
> http://wiki.ovirt.org/OVirt_3.3_release-management
> Dan suggests to link the feature pages in their incomplete state to get more
> feedback.
> 
> Yaniv states features for oVirt-3.3 to be reported. Splitting supervdsm is
> going to be one of them. Needs reviews.
> 
> Yaniv discussed the libvirt connection getting wrapper. We are still looking
> for a better solution that doesn't involve a special cif instance.
> 
> Vinzenz hints Yaniv that for his cpopen that he needs to talk in fedora-devel
> for the package to be reviewed there.

Ofer, maybe you too can help us out with the review of
Bug 903246 - Review Request: cpopen - Creates a subprocess in
simpler safer manner
and its acceptence into Fedora?

> 
> Infra has been working on improving vdsm utils for out of process execution.
> 
> The git master breakage from Mark Wu's patch was reverted and Giuseppe 
> Vallarelli has made a unit test for preventing future patches from breaking
> master by importing vdsm/ modules from lib/vdsm.
> 
> Vinzenz to ask on the list about the jsonrpc model.
> 
> Libvirtvm.py and vm.py to be verified by Vinzenz and QE to be thoroughly 
> tested
> this week.
> 
> Vinzenz points out that vdsClient is completely out of sync with the schema. 
> Dan mentions that Zhou Zheng Sheng has probably had some success with that. To
> be presented in the Shangai workshop.
> 
> Adam has automatically generated bindings that need review and should be given
> a push. Also vdsm schema verification has some work already done that should 
> be
> resumed.
> 
> We should put effort in bringing up possible changes/inconsistencies in the
> schema relative to the way the api is evolving.
> 
> Toni to copy the agenda of the workshop in the mailing list. (DONE)

Thanks!
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel


[vdsm] sync meeting minutes

2013-05-06 Thread Antoni Segura Puimedon
VDSM sync meeting May 6th 13:30 UTC


Federico says that he can't see anything pending for 3.2. Tomorrow 3.2.2 will
be released. If anybody has anything pending push and ping Federico today.

Storage is working on completing the feature pages, after that they will link
them in the oVirt release management page.
http://wiki.ovirt.org/OVirt_3.3_release-management
Dan suggests to link the feature pages in their incomplete state to get more
feedback.

Yaniv states features for oVirt-3.3 to be reported. Splitting supervdsm is
going to be one of them. Needs reviews.

Yaniv discussed the libvirt connection getting wrapper. We are still looking
for a better solution that doesn't involve a special cif instance.

Vinzenz hints Yaniv that for his cpopen that he needs to talk in fedora-devel
for the package to be reviewed there.

Infra has been working on improving vdsm utils for out of process execution.

The git master breakage from Mark Wu's patch was reverted and Giuseppe 
Vallarelli has made a unit test for preventing future patches from breaking
master by importing vdsm/ modules from lib/vdsm.

Vinzenz to ask on the list about the jsonrpc model.

Libvirtvm.py and vm.py to be verified by Vinzenz and QE to be thoroughly tested
this week.

Vinzenz points out that vdsClient is completely out of sync with the schema. 
Dan mentions that Zhou Zheng Sheng has probably had some success with that. To
be presented in the Shangai workshop.

Adam has automatically generated bindings that need review and should be given
a push. Also vdsm schema verification has some work already done that should be
resumed.

We should put effort in bringing up possible changes/inconsistencies in the
schema relative to the way the api is evolving.

Toni to copy the agenda of the workshop in the mailing list. (DONE)
___
vdsm-devel mailing list
vdsm-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-devel