Comment 2 for bug 928566

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/3875
Committed: http://github.com/openstack/nova/commit/40206cb80a8a1636eac0733360a0cc67bea9a6da
Submitter: Jenkins
Branch: master

commit 40206cb80a8a1636eac0733360a0cc67bea9a6da
Author: Adam Gandelman <email address hidden>
Date: Tue Feb 7 15:57:38 2012 -0800

    nova-rootwrap: wait() for return code before exit

    nova-rootwrap does not wait() for the subprocess it executes to complete before
    returning its return code. This often ends up in 0 being returned regardless of
    failure/success and causing unforeseen problems in Nova.

    Fixes bug #928566

    Change-Id: I9b6d85c747513086d0e774cb92ba403886b3283c