Comment 4 for bug 897887

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/2257
Committed: http://github.com/openstack/nova/commit/d58c2d2bae97c9193e54056405a8f851051fdada
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit d58c2d2bae97c9193e54056405a8f851051fdada
Author: Johannes Erdfelt <email address hidden>
Date: Mon Dec 12 18:01:54 2011 +0000

    Make XenAPI agent configuration synchronous

    Fixes bug 897887

    Much of the XenAPI agent configuration happens asynchronously from the
    spawn process. This allows the instance to go ACTIVE state earlier and
    leaves the possibility of a race with delete open. This makes the
    steps synchronous, ensuring the process only goes to ACTIVE after the
    configuration is done.

    Change-Id: I294b595128979e153c797d9e610b66bc76f47666