Activity log for bug #1497215

Date Who What changed Old value New value Message
2015-09-18 10:32:52 Valeriy Ponomaryov bug added bug
2015-09-18 10:32:56 Valeriy Ponomaryov python-manilaclient: assignee Valeriy Ponomaryov (vponomaryov)
2015-09-18 10:32:59 Valeriy Ponomaryov python-manilaclient: milestone liberty-3
2015-09-18 10:33:00 Valeriy Ponomaryov python-manilaclient: importance Undecided Critical
2015-09-18 10:33:04 Valeriy Ponomaryov python-manilaclient: status New In Progress
2015-09-18 10:42:10 Valeriy Ponomaryov description Steps to reproduce: 1) create cg 2) create share with cg (1) 3) delete share (2) Expected: successful deletion of the share Actual: $manila delete 1cb74b4b-d2d6-4f77-8d8d-45c6e7678e14 Delete for share cgshare failed: Must provide 'consistency_group_id' as a request parameter when deleting a share in a consistency group. (HTTP 400) (Request-ID: req-9d853f2e-00ea-4432-8c7c-420a9e170cbf) ERROR: Unable to delete any of the specified shares. After implementation of CGs manila "delete" APi expects param "consistency_group_id" if share belongs to such one. Now, manilaclient does know nothing about this param and even do not provide possibility to set it for request. Steps to reproduce: 1) create cg 2) create share with cg (1) 3) delete share (2) Expected: successful deletion of the share Actual: $manila delete 1cb74b4b-d2d6-4f77-8d8d-45c6e7678e14 Delete for share cgshare failed: Must provide 'consistency_group_id' as a request parameter when deleting a share in a consistency group. (HTTP 400) (Request-ID: req-9d853f2e-00ea-4432-8c7c-420a9e170cbf) ERROR: Unable to delete any of the specified shares. After implementation of CGs manila "delete" API expects param "consistency_group_id" if share belongs to such one. Now, manilaclient does know nothing about this param and even do not provide possibility to set it for request.
2015-09-18 13:52:10 OpenStack Infra python-manilaclient: status In Progress Fix Committed
2018-07-19 23:29:59 Goutham Pacha Ravi python-manilaclient: status Fix Committed Fix Released