Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-28 Thread Sean Dague
Actually grenade has always run under errexit, devstack just had enough legacy cruft in it that it took a while to get it to run clean. -Sean On 02/28/2014 09:13 AM, Mauro S M Rodrigues wrote: > Awesome! thanks for it! > > Btw I guess this will automatically works for grenade, since we u

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-28 Thread Mauro S M Rodrigues
Awesome! thanks for it! Btw I guess this will automatically works for grenade, since we use devstack to setup X-1 release, am I right? (and it's not a concern for the upgrade part since the upgrade- scripts already contain errexit trap on the cleanup functions right?) -- mauro(sr) On 02/27

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-27 Thread Sergey Lukjanov
And a big +1 from me too. It's really useful. On Fri, Feb 28, 2014 at 12:15 AM, Devananda van der Veen wrote: > Thu, Feb 27, 2014 at 9:34 AM, Ben Nemec wrote: >> >> On 2014-02-27 09:23, Daniel P. Berrange wrote: >>> >>> On Thu, Feb 27, 2014 at 08:38:22AM -0500, Sean Dague wrote: This

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-27 Thread Devananda van der Veen
Thu, Feb 27, 2014 at 9:34 AM, Ben Nemec wrote: > On 2014-02-27 09:23, Daniel P. Berrange wrote: > >> On Thu, Feb 27, 2014 at 08:38:22AM -0500, Sean Dague wrote: >> >>> This patch is coming through the gate this morning - >>> https://review.openstack.org/#/c/71996/ >>> >>> The point being to actu

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-27 Thread Ben Nemec
On 2014-02-27 09:23, Daniel P. Berrange wrote: On Thu, Feb 27, 2014 at 08:38:22AM -0500, Sean Dague wrote: This patch is coming through the gate this morning - https://review.openstack.org/#/c/71996/ The point being to actually make devstack stop when it hits an error, instead of only once thes

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-27 Thread Daniel P. Berrange
On Thu, Feb 27, 2014 at 08:38:22AM -0500, Sean Dague wrote: > This patch is coming through the gate this morning - > https://review.openstack.org/#/c/71996/ > > The point being to actually make devstack stop when it hits an error, > instead of only once these compound to the point where there is n

[openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-27 Thread Sean Dague
This patch is coming through the gate this morning - https://review.openstack.org/#/c/71996/ The point being to actually make devstack stop when it hits an error, instead of only once these compound to the point where there is no moving forward and some service call fails. This should *dramaticall