Comment 3 for bug 727502

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : A change has been merged to openstack/nova

Reviewed: https://review.openstack.org/686
Committed: http://github.com/openstack/nova/commit/b5abd8e7415c28630852107da7755045f6522b50
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit b5abd8e7415c28630852107da7755045f6522b50
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

    Change-Id: I9614740bba26c04e64b0e27c24fbace12334f4d1