Comment 2 for bug 1487151

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

Reviewed: https://review.openstack.org/215262
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=b9f7825ea6fc3f6ea213627631e7d64b655074bf
Submitter: Jenkins
Branch: master

commit b9f7825ea6fc3f6ea213627631e7d64b655074bf
Author: Xing Yang <email address hidden>
Date: Tue Aug 11 23:09:30 2015 -0400

    Prevent volume already in CG to be added to another

    If a volume is already in a CG, currently it can still be added to
    another CG without any warning. We should add a check to see if the
    volume is already in a CG and prevent it from being added to another
    if that check returns True. It has to be removed from the previous
    CG in order to be added to a new one.

    Change-Id: I6ec92cbf4ce60e7afbfa5a57edef18ddba554a74
    Closes-Bug: #1487151