Comment 4 for bug 727502

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

Reviewed: https://review.openstack.org/955
Committed: http://github.com/openstack/nova/commit/852b9307ac86b20cbe870aa5bbfaf121226f5440
Submitter: Jenkins
Branch: stable/diablo

 status fixcommitted
 done

commit 852b9307ac86b20cbe870aa5bbfaf121226f5440
Author: Brian Lamar <email address hidden>
Date: Mon Sep 26 23:41:28 2011 -0400

    Snapshots/backups can no longer happen simultaneously. Tests included.

    Implemented exception.InstanceBusy when attempting to snapshot/backup an
    instance which is already snapshotting or being currently backed up.

    Fixes bug 727502.

    (Patch Set 2) 3 new exceptions: InstanceBusy, InstanceSnapshotting, and InstanceBackingUp
    (Patch Set 3) Oops. New exceptions now inherit from InstanceBusy
    (Patch Set 4) Tests now tear down created instances

    (cherry picked from commit b5abd8e7415c28630852107da7755045f6522b50)

    Change-Id: I42a04254bd96d5f7a92b71a5d3e79f0350bbda5b