Comment 6 for bug 985162

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

Reviewed: https://review.openstack.org/8035
Committed: http://github.com/openstack/nova/commit/6548c509f1780a7168f26de6f2045ec7d5768520
Submitter: Jenkins
Branch: master

commit 6548c509f1780a7168f26de6f2045ec7d5768520
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