NetApp Solidfire Driver does not deletes CG snapshots

Bug #1788418 reported by Erlon R. Cruz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cinder
Fix Released
Undecided
Erlon R. Cruz

Bug Description

When trying to delete a CG snapshot on SolidFire, the operation fails with the following error:

b69b99c54 4655950d792d40cb8915c91d2ff7e5f1 1b367932b74a4ad082019bad9ab163c8 - default default] Exception during message handling: NotImplementedError
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server Traceback (most recent call last):
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 160, in _process_incoming
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message)
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 213, in dispatch
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args)
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 183, in _do_dispatch
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args)
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/cinder/volume/manager.py", line 3820, in delete_group_snapshot
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server snapshots))
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/cinder/volume/driver.py", line 2443, in delete_cgsnapshot
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server raise NotImplementedError()
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server NotImplementedError
2018-08-21 20:13:47.819 486170 ERROR oslo_messaging.rpc.server

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

Fix proposed to branch: master
Review: https://review.openstack.org/598193

Changed in cinder:
assignee: nobody → Erlon R. Cruz (sombrafam)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/598193
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8d9090700e89f8885739b0885500d845efb976a6
Submitter: Zuul
Branch: master

commit 8d9090700e89f8885739b0885500d845efb976a6
Author: Erlon R. Cruz <email address hidden>
Date: Wed Aug 22 10:48:59 2018 -0300

    NetApp SolidFire: Fix CG snapshot deletion

    This adds a function missing on the driver that was making impossible
    to delete a consistency group snapshot.

    Change-Id: I4d6a4f5cf4f4f0f751e1378d3747d2aacc050d24
    Closes-bug: #1788418
    Closes-bug: #1777862

Changed in cinder:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (stable/rocky)

Fix proposed to branch: stable/rocky
Review: https://review.openstack.org/602088

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

Reviewed: https://review.openstack.org/602088
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=fb69816509c86736a8cf8e1c9602873f3a787ed3
Submitter: Zuul
Branch: stable/rocky

commit fb69816509c86736a8cf8e1c9602873f3a787ed3
Author: Erlon R. Cruz <email address hidden>
Date: Wed Aug 22 10:48:59 2018 -0300

    NetApp SolidFire: Fix CG snapshot deletion

    This adds a function missing on the driver that was making impossible
    to delete a consistency group snapshot.

    Change-Id: I4d6a4f5cf4f4f0f751e1378d3747d2aacc050d24
    Depends-on: Ic616bbcced22db6eb8c8946dec98aefd84b16c31
    Closes-bug: #1788418
    Closes-bug: #1777862
    (cherry picked from commit 8d9090700e89f8885739b0885500d845efb976a6)

tags: added: in-stable-rocky
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/607662

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

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/607665

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

Reviewed: https://review.openstack.org/607662
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=e201d5fcb51fa4fa5292768ad31fcd952a7979e2
Submitter: Zuul
Branch: stable/queens

commit e201d5fcb51fa4fa5292768ad31fcd952a7979e2
Author: Erlon R. Cruz <email address hidden>
Date: Wed Aug 22 10:48:59 2018 -0300

    NetApp SolidFire: Fix CG snapshot deletion

    This adds a function missing on the driver that was making impossible
    to delete a consistency group snapshot.

    Change-Id: I4d6a4f5cf4f4f0f751e1378d3747d2aacc050d24
    Depends-on: Ic616bbcced22db6eb8c8946dec98aefd84b16c31
    Closes-bug: #1788418
    Closes-bug: #1777862
    (cherry picked from commit 8d9090700e89f8885739b0885500d845efb976a6)
    (cherry picked from commit fb69816509c86736a8cf8e1c9602873f3a787ed3)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/pike)

Reviewed: https://review.openstack.org/607665
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=fcae2f086f159b865a3624bfcff125a56f298fd2
Submitter: Zuul
Branch: stable/pike

commit fcae2f086f159b865a3624bfcff125a56f298fd2
Author: Erlon R. Cruz <email address hidden>
Date: Wed Aug 22 10:48:59 2018 -0300

    NetApp SolidFire: Fix CG snapshot deletion

    This adds a function missing on the driver that was making impossible
    to delete a consistency group snapshot.

    Change-Id: I4d6a4f5cf4f4f0f751e1378d3747d2aacc050d24
    Closes-bug: #1788418
    Closes-bug: #1777862
    (cherry picked from commit 8d9090700e89f8885739b0885500d845efb976a6)
    (cherry picked from commit fb69816509c86736a8cf8e1c9602873f3a787ed3)
    (cherry picked from commit e201d5fcb51fa4fa5292768ad31fcd952a7979e2)

tags: added: in-stable-pike
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 13.0.1

This issue was fixed in the openstack/cinder 13.0.1 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 12.0.5

This issue was fixed in the openstack/cinder 12.0.5 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 11.2.0

This issue was fixed in the openstack/cinder 11.2.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/cinder 14.0.0.0rc1

This issue was fixed in the openstack/cinder 14.0.0.0rc1 release candidate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.