Comment 8 for bug 985162

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

Reviewed: https://review.openstack.org/8423
Committed: http://github.com/openstack/nova/commit/27133eed735c6d5c8015b1bc40d89b55df3a984b
Submitter: Jenkins
Branch: stable/essex

commit 27133eed735c6d5c8015b1bc40d89b55df3a984b
Author: Dan Prince <email address hidden>
Date: Fri Jun 1 10:34:11 2012 -0400

    Implements resume_state_on_host_boot for libvirt.

    Adds a new virt driver function to help resume guest states
    on host boot. This fixes a couple issue with using a reboot
    (like we did previously):

     * Using reboot would clear some task states (VERIFY_RESIZE for example)
     * Provides a mechanism for hypervisor specific guest restarts.
       Reboot would not have worked for XenServer for example...
     * Updates libvirt to use a hard reboot (instead of soft)

    Fixes LP Bug #985162.

    Change-Id: Iaf5aad75ec9b91f44710a18ddaf3a93378573a62
    (cherry picked from commit 6548c509f1780a7168f26de6f2045ec7d5768520)