Comment 2 for bug 1308253

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

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

commit aabb0fa1f68974e2fa4828cde1462dc47c429655
Author: john-griffith <email address hidden>
Date: Wed Apr 16 15:03:18 2014 -0600

    Allow reset-state on attach and migration fields

    The reset-state API call only sets that main status
    column on the volume object. There's also a method
    to set attach status, however it turns out that due
    to the implementation of the status validation method
    in the parent class, this was impossible to use because
    it only checked and accepted "status" NOT "attach_status".

    This patch fixes that attach_status problem, it also implements
    the ability to update the migration status. A cinderclient change
    will be needed to expose these calls as well.

    DocImpact

    Change-Id: I59e1bb2522f033c944fa07acf4876ca71c8c3d3f
    Closes-Bug: #1308253