Inconsistancy with PENDING_DELETE VNFs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
In Progress
|
Medium
|
dharmendra |
Bug Description
While deleting a VNF, when VNF state set to PENDING_DELETE and VDUs deletion request initiated but the meanwhile service got restarted, and due to this VNF state stuck in PENDING_DELETE and now when trying to delete that VNF, it showing not found message.
vagrant@
+------
| ID | Name | Mgmt Url | Status | VIM ID | VNFD ID |
+------
| 779c3b77-
+------
vagrant@
Unable to delete the below vnf(s):
Cannot delete test-x: VNF 779c3b77-
vagrant@
Changed in tacker: | |
assignee: | nobody → dharmendra (dharmendra-kushwaha) |
Changed in tacker: | |
milestone: | none → rocky-3 |
importance: | Undecided → Medium |
This case can be also be occurred when multiple parallel requests will be initiated for same VNF, and we can not handle these cases.
But instead of VNF not found error correct error message should be there.