Comment 4 for bug 1685355

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

Reviewed: https://review.openstack.org/465923
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=343c251fcdc71de648e69485d0417b70b8b3d8ae
Submitter: Jenkins
Branch: stable/ocata

commit 343c251fcdc71de648e69485d0417b70b8b3d8ae
Author: digvijay2016 <email address hidden>
Date: Fri May 12 16:17:01 2017 +0530

    Fix forceful deletion of Consistency Group for GPFS Driver

    For a operation of deleting consistency group when it contain
    one or more volumes, GPFS driver is currently returning a list
    of Volume objects to cinder volume manager which is expecting
    a list of dictionaries to use for updating the volumes.

    With this patch, GPFS will be able to delete consistency group
    forcefully too.

    Change-Id: Ie56c443a2a07c86001cbb9269058aaa0ccca6e84
    Closes-bug: #1685355
    (cherry picked from commit b812f1269b5ee8a7f2b2825bc4937872f2c0e411)