Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread Matt Riedemann
On 7/18/2018 5:58 PM, w...@seanmooney.info wrote: general update. i spent some time this afternoon debuging matt's regression test https://review.openstack.org/#/c/583339 and it now works as intended with the addtion of disableing the late check on the compute node in the regression test to mimic

Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread Chris Friesen
On 07/18/2018 03:43 PM, melanie witt wrote: On Wed, 18 Jul 2018 15:14:55 -0500, Matt Riedemann wrote: On 7/18/2018 1:13 PM, melanie witt wrote: Can we get rid of multi-create? It keeps causing complications, and it already has weird behaviour if you ask for min_count=X and max_count=Y and only

Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread work
On Wed, 2018-07-18 at 15:14 -0500, Matt Riedemann wrote: > On 7/18/2018 1:13 PM, melanie witt wrote: > > > > > > Can we get rid of multi-create? It keeps causing complications, > > > and > > > it already > > > has weird behaviour if you ask for min_count=X and max_count=Y > > > and only X > > >

Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread melanie witt
On Wed, 18 Jul 2018 15:14:55 -0500, Matt Riedemann wrote: On 7/18/2018 1:13 PM, melanie witt wrote: Can we get rid of multi-create?  It keeps causing complications, and it already has weird behaviour if you ask for min_count=X and max_count=Y and only X instances can be scheduled.  (Currently it

Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread Matt Riedemann
On 7/18/2018 1:13 PM, melanie witt wrote: Can we get rid of multi-create?  It keeps causing complications, and it already has weird behaviour if you ask for min_count=X and max_count=Y and only X instances can be scheduled.  (Currently it fails with NoValidHost, but it should arguably start

Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread melanie witt
On Wed, 18 Jul 2018 12:05:13 -0600, Chris Friesen wrote: On 07/18/2018 10:14 AM, Matt Riedemann wrote: As can be seen from logstash [1] this bug is hurting us pretty bad in the check queue. I thought I originally had this fixed with [2] but that turned out to only be part of the issue. I think

Re: [openstack-dev] [nova] Bug 1781710 killing the check queue

2018-07-18 Thread Chris Friesen
On 07/18/2018 10:14 AM, Matt Riedemann wrote: As can be seen from logstash [1] this bug is hurting us pretty bad in the check queue. I thought I originally had this fixed with [2] but that turned out to only be part of the issue. I think I've identified the problem but I have failed to write a