- Original Message -
> From: "Dan Kenigsberg"
> To: "David Gibson"
> Cc: "Tomas Dosek" , vdsm-devel@lists.fedorahosted.org
> Sent: Wednesday, October 2, 2013 11:21:30 AM
> Subject: Re: [vdsm] supervdsmServer: Enable logging from multiproce
On Wed, Oct 02, 2013 at 03:59:58PM +1000, David Gibson wrote:
> On Tue, 01 Oct 2013 20:25:21 +0100
> Lee Yarwood wrote:
>
> > On 10/01/2013 06:35 PM, Dan Kenigsberg wrote:
> > > On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote:
> > >> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote:
> > >
On Tue, 01 Oct 2013 20:25:21 +0100
Lee Yarwood wrote:
> On 10/01/2013 06:35 PM, Dan Kenigsberg wrote:
> > On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote:
> >> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote:
> >>> It is prefered to post patches to gerrit.ovirt.org.
> >>
> >> Apologies f
On 10/01/2013 06:35 PM, Dan Kenigsberg wrote:
> On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote:
>> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote:
>>> It is prefered to post patches to gerrit.ovirt.org.
>>
>> Apologies for jumping in David but I've pushed this here for now :
>>
>> http:/
On Tue, Oct 01, 2013 at 02:33:00PM +0100, Lee Yarwood wrote:
> On 10/01/2013 09:00 AM, Dan Kenigsberg wrote:
> > It is prefered to post patches to gerrit.ovirt.org.
>
> Apologies for jumping in David but I've pushed this here for now :
>
> http://gerrit.ovirt.org/19741
Thanks!
>
> > On Tue, Oc
On 10/01/2013 09:00 AM, Dan Kenigsberg wrote:
> It is prefered to post patches to gerrit.ovirt.org.
Apologies for jumping in David but I've pushed this here for now :
http://gerrit.ovirt.org/19741
> On Tue, Oct 01, 2013 at 01:18:25PM +1000, David Gibson wrote:
>> At present, if the super vdsm se
It is prefered to post patches to gerrit.ovirt.org.
On Tue, Oct 01, 2013 at 01:18:25PM +1000, David Gibson wrote:
> At present, if the super vdsm server dies with an exception inside
> Python's multiprocessing module, then it will not usually produce any
> useful debugging output.
For our context
At present, if the super vdsm server dies with an exception inside
Python's multiprocessing module, then it will not usually produce any
useful debugging output.
The multiprocessing module includes error logging using Python's logging
module, but it is not enabled by default. This patch enables t