Comment 12 for bug 1878583

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

Reviewed: https://review.opendev.org/729178
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=69ae27579d7ac5fdd30efd57dbde62beff86d5ea
Submitter: Zuul
Branch: stable/queens

commit 69ae27579d7ac5fdd30efd57dbde62beff86d5ea
Author: Lee Yarwood <email address hidden>
Date: Thu May 14 10:49:07 2020 +0100

    compute: Allow snapshots to be created from PAUSED volume backed instances

    Iabeb44f843c3c04f767c4103038fcf6c52966ff3 allowed snapshots to be
    created from PAUSED non-volume backed instances but missed the volume
    backed use case.

    This change simply adds PAUSED to the list of acceptable vm_states when
    creating a snapshot from a volume backed instance in addition to the
    already supported ACTIVE, STOPPED and SUSPENDED vm_states.

    Closes-Bug: #1878583
    Change-Id: I9f95a054de9d43ecaa50ff7ffc9343490e212d53
    (cherry picked from commit cfde53e4b402e71d7f53b6e0ab232854dba160dc)
    (cherry picked from commit a270eeeb9b1a65045c3a8bf3cfad5eee6415f63c)
    (cherry picked from commit c93ca609568bac73210f39207c821867620b2f0e)
    (cherry picked from commit 04a8399f1d0ce38bb3089c6c4cb3e11da924b2ae)
    (cherry picked from commit 35c1846d5cbdf10b08de1ffcd454a67662d32917)