Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-12 Thread Mike Bayer
Mike Perez wrote: > On 11:49 Wed 11 Mar , Walter A. Boring IV wrote: >> We have this patch in review currently. I think this one should >> 'fix' it no? >> >> Please review. >> >> https://review.openstack.org/#/c/163551/ > > Looks like it to me. Would appreciate a +1 from Mike Bayer bef

[openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-12 Thread Mike Bayer
Hello Cinder - I’d like to note that for issue https://bugs.launchpad.net/oslo.db/+bug/1417018, no solution that actually solves the problem for Cinder is scheduled to be committed anywhere. The patch I proposed for oslo.db is on hold, and the patch proposed for oslo.incubator in the service code

Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-11 Thread Eric Harney
On 03/11/2015 03:37 PM, Mike Bayer wrote: > > > Mike Perez wrote: > >> On 11:49 Wed 11 Mar , Walter A. Boring IV wrote: >>> We have this patch in review currently. I think this one should >>> 'fix' it no? >>> >>> Please review. >>> >>> https://review.openstack.org/#/c/163551/ >> >> Looks

Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-11 Thread Mike Perez
On 11:49 Wed 11 Mar , Walter A. Boring IV wrote: > We have this patch in review currently. I think this one should > 'fix' it no? > > Please review. > > https://review.openstack.org/#/c/163551/ Looks like it to me. Would appreciate a +1 from Mike Bayer before we push this through. Thanks f

Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-11 Thread Walter A. Boring IV
We have this patch in review currently. I think this one should 'fix' it no? Please review. https://review.openstack.org/#/c/163551/ Walt On 03/11/2015 10:47 AM, Mike Bayer wrote: Hello Cinder - I’d like to note that for issue https://bugs.launchpad.net/oslo.db/+bug/1417018, no solution t

Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-11 Thread Doug Hellmann
On Wed, Mar 11, 2015, at 01:47 PM, Mike Bayer wrote: > Hello Cinder - > > I’d like to note that for issue > https://bugs.launchpad.net/oslo.db/+bug/1417018, no solution that > actually > solves the problem for Cinder is scheduled to be committed anywhere. The > patch I proposed for oslo.db is on

Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-11 Thread Mike Bayer
Joshua Harlow wrote: > I've also got the following up: > > https://review.openstack.org/#/c/162781/ > > Which tries the force file descriptors to be closed; although I'm unsure > where the tempest results went (and am rechecking that); maybe it breaks so > badly that tempest doesn't even ru

Re: [openstack-dev] [cinder] cinder is broken until someone fixes the forking code

2015-03-11 Thread Joshua Harlow
I've also got the following up: https://review.openstack.org/#/c/162781/ Which tries the force file descriptors to be closed; although I'm unsure where the tempest results went (and am rechecking that); maybe it breaks so badly that tempest doesn't even run? -Josh Mike Bayer wrote: Hello C