Multiple chassis delete breaking in between the operation.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-ironicclient |
In Progress
|
Medium
|
M V P Nitesh |
Bug Description
multiple chassis delete will not complete if any one of the chassis contains node.
For example :
# ironic node-show 98a44c27-
+------
| Property | Value |
+------
| chassis_uuid | a024b04a-
| clean_step | {} |
| console_enabled | False |
| created_at | 2016-11-
| driver | pxe_ipmitool |
| driver_info | {} |
| driver_
| extra | {} |
| inspection_
| inspection_
| instance_info | {} |
| instance_uuid | None |
| last_error | None |
| maintenance | False |
| maintenance_reason | None |
| name | None |
| network_interface | |
| power_state | None |
| properties | {} |
| provision_state | available |
| provision_
| raid_config | |
| reservation | None |
| resource_class | |
| target_power_state | None |
| target_
| target_raid_config | |
| updated_at | None |
| uuid | 98a44c27-
+------
# ironic chassis-list
+------
| UUID | Description |
+------
| a024b04a-
| b513aa04-
| d91c991f-
+------
# ironic chassis-delete b513aa04-
Deleted chassis b513aa04-
Cannot complete the requested action because chassis a024b04a-
Now here 3rd argumment should have deleted as it does not contain any node but it is not deleting it.
Changed in python-ironicclient: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in python-ironicclient: | |
assignee: | nobody → abdul nizamuddin (abdul-nizamuddin) |
Changed in python-ironicclient: | |
status: | Confirmed → Triaged |
Changed in python-ironicclient: | |
assignee: | abdul nizamuddin (abdul-nizamuddin) → M V P Nitesh (m-nitesh) |
Changed in python-ironicclient: | |
status: | Triaged → In Progress |
Changed in python-ironicclient: | |
assignee: | nobody → M V P Nitesh (m-nitesh) |
status: | Triaged → In Progress |
Are you currently working on this bug?