Re: [vdsm] suggested patch for python-pthreading

2014-02-05 Thread Yaniv Bronheim
- Original Message - From: Nir Soffer nsof...@redhat.com To: Dan Kenigsberg dan...@redhat.com Cc: Yaniv Bronheim ybron...@redhat.com, VDSM Project Development vdsm-devel@lists.fedorahosted.org Sent: Tuesday, February 4, 2014 4:39:55 PM Subject: Re: [vdsm] suggested patch for python

[vdsm] suggested patch for python-pthreading

2014-02-04 Thread Yaniv Bronheim
according to coredumps we found in the scope of the bug [1] we opened [2] that suggested to override python's implementation of thread.allocate_lock in each coredump we saw few threads stuck with the bt: #16 0x7fcb69288c93 in PyEval_CallObjectWithKeywords (func=0x2527820,

Re: [vdsm] suggested patch for python-pthreading

2014-02-04 Thread Yaniv Bronheim
- Original Message - From: Nir Soffer nsof...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: VDSM Project Development vdsm-devel@lists.fedorahosted.org Sent: Tuesday, February 4, 2014 11:39:56 AM Subject: Re: [vdsm] suggested patch for python-pthreading - Original

Re: [vdsm] [Users] ovirt-3.3.3 release postponed due to blockers

2014-01-30 Thread Yaniv Bronheim
Hey, we found this yum bug and still struggling with more issuing according to the relation between those packages if we drop vdsm-python-cpopen the requirement in vdsm takes python-cpopen instead. in python-cpopen we have the same code base and it provides all vdsm-ptyhon-cpopen provides,

Re: [vdsm] Introduction of VDSM - Guest Agent API Versioning

2014-01-27 Thread Yaniv Bronheim
- Original Message - From: Vinzenz Feenstra vfeen...@redhat.com To: Dan Kenigsberg dan...@redhat.com Cc: VDSM Project Development vdsm-devel@lists.fedorahosted.org Sent: Monday, January 27, 2014 4:00:55 PM Subject: Re: [vdsm] Introduction of VDSM - Guest Agent API Versioning On

Re: [vdsm] [Engine-devel] RES: oVirt 3.4 test day - PPC support

2014-01-26 Thread Yaniv Bronheim
Yes, sounds like the overriding of vdsm.conf is an issue that we need to avoid what I wonder is that it is not a regression, old versions of vdsm also overwrited the vdsm.conf file during deploy, so how is it harming us only now? please open a bug on the overwriting issue Thanks. Yaniv

Re: [vdsm] vdsm-devel Digest, Vol 31, Issue 9

2013-12-30 Thread Yaniv Bronheim
Hey Aditya, If you followed Install 3rd party packages you should have python-daemon installed. Verify that with the command - rpm -qa | grep python-daemon If it is not installed just yum install python-daemon and try again If you missed that step, run again: # yum install git java-devel

Re: [vdsm] vdsm-tool: vdsm fails to configure services

2013-12-09 Thread Yaniv Bronheim
: Antoni Segura Puimedon asegu...@redhat.com To: vdsm-devel vdsm-de...@fedorahosted.org Cc: Dan Kenigsberg dan...@redhat.com, Yaniv Bronheim ybron...@redhat.com Sent: Monday, December 9, 2013 2:07:34 AM Subject: vdsm-tool: vdsm fails to configure services Hi List, I was building vdsm from

Re: [vdsm] Latest master fails to start due to logging

2013-12-08 Thread Yaniv Bronheim
...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: Antoni Segura Puimedon asegu...@redhat.com, vdsm-devel vdsm-de...@fedorahosted.org Sent: Sunday, December 8, 2013 9:47:10 AM Subject: Re: [vdsm] Latest master fails to start due to logging That has to be it. However, unless there's a bug

Re: [vdsm] Latest master fails to start due to logging

2013-12-07 Thread Yaniv Bronheim
its probably because when you run first the new vdsm-tool command as root, you create the upgrade.log as root, and when somewhere in vdsm code you call it again , it fails to open the log file as vdsm user. could be? - Original Message - From: Assaf Muller amul...@redhat.com To:

Re: [vdsm] Pending Self-Hosted-Engine Patches in ovirt-3.3.2

2013-11-26 Thread Yaniv Bronheim
- Original Message - From: Sandro Bonazzola sbona...@redhat.com To: Dan Kenigsberg dan...@redhat.com, vdsm-de...@fedorahosted.org Cc: hat...@redhat.com Sent: Tuesday, November 26, 2013 8:50:38 AM Subject: Re: [vdsm] Pending Self-Hosted-Engine Patches in ovirt-3.3.2 Il 25/11/2013

Re: [vdsm] Failing puppet runs due to python-cpopen

2013-11-21 Thread Yaniv Bronheim
iiuc, python-cpopen 1.2.3-2 was not declared the Obsoletes to override vdsm-ptyhon-cpopen python-cpopen 1.2.3-4 fixes it and since yesterday also available in f19. we'll merge http://gerrit.ovirt.org/#/c/20469/ soon to avoid such issues, try to reinstall it now Yaniv Bronhaim, Thanks. -

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

2013-11-19 Thread Yaniv Bronheim
- Original Message - From: Dan Kenigsberg dan...@redhat.com To: VDSM Project Development vdsm-devel@lists.fedorahosted.org 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

Re: [vdsm] oVirt 3.3.1 release note updates

2013-11-17 Thread Yaniv Bronheim
I planed to do it this morning :) Thanks Douglas! So if still you find something missing there please notify me asap Yaniv Bronhaim. - Original Message - From: Douglas Schilling Landgraf dougsl...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: VDSM Project Development

Re: [vdsm] /etc/sysctl.d/vdsm

2013-11-12 Thread Yaniv Bronheim
You can submit a short fix if you have such and I'll try to get there soon and move it to the configurator - Original Message - From: Sandro Bonazzola sbona...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: Dan Kenigsberg dan...@redhat.com, dougsl...@redhat.com, vdsm-devel

Re: [vdsm] [Users] Low quality of el6 vdsm rpms

2013-11-12 Thread Yaniv Bronheim
Hey Patrick, For the pep8 issue, as mentioned you should check pep8 --version and use 1.4.6. If you use older version, just upgrade with python-pip (yum install python-pip , and then `pip-install install pep8 --upgrade`) Second, try to follow http://www.ovirt.org/Vdsm_Developers , it specifies

[vdsm] Recent changes in vdsmd startup

2013-10-10 Thread Yaniv Bronheim
Hey Everybody, FYI, Recently we merged a fix that changes the way vdsmd starts. Before that service vdsmd start command performed its main logic in addition to related services manipulation, as configure libvirt service and restart it for example. Now we are trying to avoid that and only alert

Re: [vdsm] Recent changes in vdsmd startup

2013-10-10 Thread Yaniv Bronheim
- Original Message - From: Sandro Bonazzola sbona...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: VDSM Project Development vdsm-devel@lists.fedorahosted.org, arch a...@ovirt.org, Doron Fediuck dfedi...@redhat.com, Itamar Heim ih...@redhat.com, Yedidyah Bar David d

Re: [vdsm] Recent changes in vdsmd startup

2013-10-10 Thread Yaniv Bronheim
- Original Message - From: Itamar Heim ih...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: VDSM Project Development vdsm-devel@lists.fedorahosted.org, arch a...@ovirt.org Sent: Thursday, October 10, 2013 5:24:40 PM Subject: Re: Recent changes in vdsmd startup On 10/10

Re: [vdsm] supervdsmServer: Enable logging from multiprocessing library

2013-10-03 Thread Yaniv Bronheim
- Original Message - From: Dan Kenigsberg dan...@redhat.com To: David Gibson dgib...@redhat.com Cc: Tomas Dosek tdo...@redhat.com, vdsm-devel@lists.fedorahosted.org Sent: Wednesday, October 2, 2013 11:21:30 AM Subject: Re: [vdsm] supervdsmServer: Enable logging from multiprocessing

Re: [vdsm] Help needed to debug segfault when using ctypes

2013-08-27 Thread Yaniv Bronheim
Maybe you should pass it with quotes - vdsClient 0 glusterVolumeSizeInfoGet volumeName=gv1 But probably that's not the issue, Did you try to add prints in http://gerrit.ovirt.org/#/c/17822/5/client/vdsClientGluster.py to see where the segfault is raised exactly ? still, if you prefer to debug

Re: [vdsm] glusterfs-client and el6

2013-08-27 Thread Yaniv Bronheim
Any estimation when the packages will be added to 6.4? If it'll take long we should revert the dependencies on those packages till then - Original Message - From: Antoni Segura Puimedon asegu...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: VDSM Project Development vdsm-devel

Re: [vdsm] Help needed to debug segfault when using ctypes

2013-08-27 Thread Yaniv Bronheim
Can you share vdsm.log and supervdsm.log , maybe I can find there something about the exception.. Yaniv Bronhaim. - Original Message - From: Aravinda avish...@redhat.com To: Yaniv Bronheim ybron...@redhat.com Cc: vdsm-devel@lists.fedorahosted.org Sent: Tuesday, August 27, 2013 12:29

Re: [vdsm] suggesting new Vdsm maintaniner(s)

2013-08-22 Thread Yaniv Bronheim
- Original Message - From: Michal Skrivanek michal.skriva...@redhat.com To: Dan Kenigsberg dan...@redhat.com, Itamar Heim ih...@redhat.com, bo...@ovirt.org Cc: vdsm-de...@fedorahosted.org Sent: Thursday, August 22, 2013 9:53:50 AM Subject: Re: [vdsm] suggesting new Vdsm

[vdsm] vdsm-sync meeting August 12th 2013

2013-08-12 Thread Yaniv Bronheim
Hey, I couldn't join to the call from the Israeli number, I wanted to raise that recently we added locking mechanism to vdsmd.init script (http://gerrit.ovirt.org/#/c/17662/) that leaded to some regressions over fedora 19 The fixes should be provided as part of

Re: [vdsm] clean testable code

2013-08-11 Thread Yaniv Bronheim
Thanks Guiseppe! Great links We're surely can and should improve our VDSM unit tests, and use more of our functional tests I'll check the links more deeply, and be glad to get more useful and good material\lectures for better programming that you encountered with Yaniv Bronhaim. -

Re: [vdsm] http://jenkins.ovirt.org/job/vdsm_unit_tests/2121/console

2013-07-04 Thread Yaniv Bronheim
Hey all, lately we encountered few issues with pep8. all jenkin's jobs updated to work with latest pep8 and pyflakes (using python-pip - python-pip install --upgrade pep8\pyflakes) the current versions are pep8 1.4.6 and pyflakes 0.7.2 Thanks, Yaniv Bronhaim. - Original Message -

Re: [vdsm] supervdsm broken on master

2013-05-29 Thread Yaniv Bronheim
...@redhat.com To: vdsm-devel@lists.fedorahosted.org Cc: Yaniv Bronheim ybron...@redhat.com Sent: Wednesday, May 29, 2013 6:31:46 PM Subject: supervdsm broken on master I've just taken Yaniv's http://gerrit.ovirt.org/11051 Supervdsm as external service to master, but unfortunately, I decided

Re: [vdsm] About vdsmd init script

2013-05-28 Thread Yaniv Bronheim
Hey, I think that libvirt_configure part can be an external module (maybe python module) that can be initiated by vdsm-tool, It should work with template or conf.default as you mentioned, and we should call it before starting the service, I think it should be a module as it also should include

Re: [vdsm] Too many open files

2013-05-12 Thread Yaniv Bronheim
Hey bigcoulds, Thanks for notify about exceptions that you bumped in, but please provide more information next time, Like what did you try to do, what leaded to the exception, or just attach your vdsm log in such cases. In that case, we increased the ulimit for open files for user vdsm. please

Re: [vdsm] [Users] vdsm unresponsive with python exception

2013-04-14 Thread Yaniv Bronheim
...@gmail.com, Yaniv Bronheim ybron...@redhat.com Cc: Joop jvdw...@xs4all.nl, us...@ovirt.org, vdsm-de...@fedorahosted.org Sent: Friday, April 12, 2013 12:33:07 AM Subject: Re: [Users] vdsm unresponsive with python exception On Thu, Apr 11, 2013 at 03:51:07PM -0500, Tony Feldmann wrote

Re: [vdsm] VDSM test unit running path

2013-03-13 Thread Yaniv Bronheim
...@linux.vnet.ibm.com To: VDSM Project Development vdsm-devel@lists.fedorahosted.org Cc: Yaniv Bronheim ybron...@redhat.com Sent: Wednesday, March 13, 2013 6:25:46 AM Subject: Re: [vdsm] VDSM test unit running path on 03/11/2013 14:56, Yaniv Bronheim wrote: Hey Shu, Personally when I run specific

Re: [vdsm] priority change of vdsmd v4.9.6

2013-03-13 Thread Yaniv Bronheim
Hey Bala, I just tried to change vdsmd start prior order to 85 and it looks fine and works, but we never consider counting on it and that's why we put it as the last service to run (99) - the trivial dependencies are on network services and storage services, but we might need more services to

Re: [vdsm] [Engine-devel] vdsm/zombiereaper

2013-02-19 Thread Yaniv Bronheim
Agree.. Until we'll upload better solution for the zombies issue I prefer to merge that patch. - Original Message - From: Dan Kenigsberg dan...@redhat.com To: Dead Horse deadhorseconsult...@gmail.com Cc: engine-de...@ovirt.org, Yaniv Bronhaim ybron...@redhat.com, Royce Lv

Re: [vdsm] VDSM Repository Reorganization

2013-02-13 Thread Yaniv Bronheim
First lets illustrate the current repository structure: - tests - vdsm - storage - gluster - betterPopen ... and more unused directories - vdsm_api - vdsm_cli - vdsm_hooks - vdsm_log - vdsm_reg - vdsm_tools - vds_bootstrap - contrib As I understand your proposal, you added

Re: [vdsm] May I apply for a user account on jenkins.ovirt.org to run VDSM functional tests?

2013-02-06 Thread Yaniv Bronheim
Zhshzhou, It sounds very helpful and we must use functional tests already as you mentioned. Please inform vdsm-devel how to run those tests manually and how we can distinguish errors with that. XML-RPC functional test cases are still in progress and there's a lot to add there, it might be