Comment 4 for bug 1097806

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

Reviewed: https://review.openstack.org/20337
Committed: http://github.com/openstack/nova/commit/7ace55fcf9e1b7fea074f6c0331b6feafbbc4178
Submitter: Jenkins
Branch: stable/folsom

commit 7ace55fcf9e1b7fea074f6c0331b6feafbbc4178
Author: Yun Mao <email address hidden>
Date: Fri Jan 11 11:59:23 2013 -0500

    Fix state sync logic related to the PAUSED VM state

    A VM may get into the paused state not only because the user request
    via API calls, but also due to (temporary) external instrumentations.
    Before the virt layer can reliably report the reason, we simply ignore
    the state discrepancy. In many cases, the VM state will go back to
    running after the external instrumentation is done.

    Fix bug 1097806.

    Change-Id: I8edef45d60fa79d6ddebf7d0438042a7b3986b55
    (cherry picked from commit f7fbdeb5672bae7d3bffd6fa76de1ce81fc132bf)