Re: [ovirt-users] supervdsmd IOError to /dev/stdout

2017-08-02 Thread Yaniv Bronheim
all the way to 4.1)? > ## change in python class name?? > > [handler_logfile] > -class=logUtils.UserGroupEnforcingHandler > +class=vdsm.logUtils.UserGroupEnforcingHandler > > When I copied svdsm.logger.conf.rpmnew over svdsm.logger.conf, it could > start up. > > Thanks! > &

Re: [ovirt-users] supervdsmd IOError to /dev/stdout

2017-08-01 Thread Yaniv Bronheim
Hi, Seems like I already bumped in such issue awhile ago - https://bugzilla.redhat.com/show_bug.cgi?id=1216880 but now I see what's wrong - it happens after failing to read /etc/vdsm/svdsm.logger.conf for some reason then we have a bug in our fallback which tries to run

Re: [ovirt-users] [ANN] oVirt 4.1.0 Second Beta Release is now available for testing

2016-12-28 Thread Yaniv Bronheim
On Wed, Dec 28, 2016 at 3:43 PM, Nathanaƫl Blanchet wrote: > Hello, > > On my 4.1 Second Beta test platform, I meet this issue on the three hosts > : VDSM gaua3 command failed: 'exceptions.AttributeError'>:'NoneType' > object has no attribute 'statistics'"> > Hi Nathanael,

[ovirt-users] oVirt metrics

2016-07-13 Thread Yaniv Bronheim
Hi, In oVirt-4.0 we introduced integration with metrics collectors, In [1] you will find a guide for utilizing your environment to retrieve visualized reports about hosts and vms statistics. I encourage to try that out and send us requests for additional valuable metrics that you think vdsm

Re: [ovirt-users] Foreman: Add external provider (Failed with error PROVIDER_FAILURE and code 5050)

2015-09-25 Thread Yaniv Bronheim
Hi Nathanael, This error means that the restAPI request to foreman returned an error. Most of the time it is a communication issue.. but we can't know much from this report. Can you please share the production.log file from your foreman host? Better to try to add the server as provider, get the

[Users] oVirt 3.4.0 beta 2/Test Day

2014-02-13 Thread Yaniv Bronheim
Hey all, I'm testing ovirt-live which takes me more than 1 day I followed the instructions in http://wiki.ovirt.org/OVirt_Live#VM to run in on a local vm the iso file I tried to took from latest build (jenkins.ovirt.org/job/ovirt_live_create_iso/) and sent mail to infra maillist that the link

Re: [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: [Users] Trouble Upgrading (Fedora)

2013-11-24 Thread Yaniv Bronheim
Hey, - Original Message - From: Nicholas Kesick cybertimber2...@hotmail.com To: oVirt Mailing List users@ovirt.org Sent: Friday, November 22, 2013 6:55:23 PM Subject: [Users] Trouble Upgrading (Fedora) I am having trouble upgrading on Fedora 19 to 3.3.1. Two observations: 1) I

Re: [Users] Snapshot delele/merge broken. Was: Live storage migration snapshot removal (fails)

2013-11-14 Thread Yaniv Bronheim
checking the process, thanks for noticing Yaniv Bronhaim. - Original Message - From: Itamar Heim ih...@redhat.com To: Sander Grendelman san...@grendelman.com, users@ovirt.org, Yaniv Bronheim ybron...@redhat.com Cc: Federico Simoncelli fsimo...@redhat.com, Dan Kenigsberg dan

Re: [Users] [vdsm] 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

Re: [Users] Compliance problem with ovirt 3.3 on Fedora 19

2013-08-27 Thread Yaniv Bronheim
- From: Alon Bar-Lev alo...@redhat.com To: Thomas Suckow thomas.suc...@pnnl.gov, Yaniv Bronheim ybron...@redhat.com, Yair Zaslavsky yzasl...@redhat.com Cc: users@ovirt.org Sent: Tuesday, August 27, 2013 8:55:06 AM Subject: Re: [Users] Compliance problem with ovirt 3.3 on Fedora 19

Re: [Users] oVirt 3.0 - known issue with live migration

2013-05-11 Thread Yaniv Bronheim
Message - From: Sven Knohsalla s.knohsa...@netbiscuits.com To: Yaniv Bronheim ybron...@redhat.com Cc: users@ovirt.org Sent: Thursday, May 9, 2013 9:30:09 AM Subject: AW: [Users] oVirt 3.0 - known issue with live migration Hi Yaniv, the config on all servers were fine (with SSL). I

Re: [Users] oVirt 3.0 - known issue with live migration

2013-05-02 Thread Yaniv Bronheim
Hi, check your conf files, if you use secure connection to host you should check the parameters: in /etc/conf/vdsm/vdsm.conf - check that ssl=True under [var] in /etc/conf/libvirt/qemu.conf - check for spice_tls =1 and in

Re: [Users] questions about vdsm supervdsmserver

2013-04-28 Thread Yaniv Bronheim
Hey bigclouds, Supervdsm allows vdsm to run root commands, like mount, dmidecode, lsblk, scan folders that are unprivileged for vdsm user, and more. Due to this method we avoid executing root commands using execv with sudo, that way we don't create subprocess for each operation. We have to

Re: [Users] 102 VDSM processes ?

2013-04-24 Thread Yaniv Bronheim
Hey , For your question, VDSM creates external processes for each storage operation it performs. Using external process allows to make parallel operations without being blocked on IO tasks, which can cause denial of service (like reading files on unreachable mount). To save kernel time that

Re: [Users] vdsm unresponsive with python exception

2013-04-14 Thread Yaniv Bronheim
...@gmail.com, Yaniv Bronheim ybron...@redhat.com Cc: Joop jvdw...@xs4all.nl, users@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: [Users] UI lack of ui-plugins

2013-03-05 Thread Yaniv Bronheim
Do you run it after full installation or by standalone.sh ? In order to by pass those errors in full installation do: 1. create a file /usr/share/ovirt-engine/conf/engine.conf.defaults 2. Add the following properties to the file: ENGINE_USR=[the username which runs the engine]

[Users] Fwd: build vdsm error at TestSuperVdsm

2013-03-04 Thread Yaniv Bronheim
Hey bigclouds, I didn't notice the personal reply. Any news with the tests? did you try running the tests locally? - Forwarded Message - From: Yaniv Bronheim ybron...@redhat.com To: bigclouds bigclo...@163.com Sent: Saturday, March 2, 2013 11:45:41 AM Subject: Re: [Users] build vdsm

Re: [Users] how to debug vdsm and node codes

2013-02-28 Thread Yaniv Bronheim
Its not easy :) I hope it would Vdsm its a multiprocess program. It runs simultaneously tasks and monitors them. You can use GDB to debug the main process and watch threads step (if you want more information about that i can help) Otherwise I prefer the oldschool print debuging.. it always works