Related to the terminated state of the partition is not handled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-dpm |
New
|
Undecided
|
Unassigned |
Bug Description
Terminated state is not handled properly..
https:/
According to the webservice API documentation
"terminated" - The partition was previously active on the CPC,
but is no longer executing the operating system because all
processors have been stopped by the operating system via some
in-band action. This status may indicate that the operating
system has been shut down or has “crashed”. This status
represents a condition between "active" and "stopped". Although
the partition is not executing the operating system, all CPC
memory, processor, and adapter resources defined for it remain
allocated to it. The Stop Partition action can be used to release
the partition's non-reserved resources and place it in "stopped"
status.
So a work around needs to be implemented by stopping the partition which is in terminated state inorder to release the resources
affects: | mos → nova-dpm |
Here's the state transition diagram of Nova: https:/ /docs.openstack .org/nova/ latest/ reference/ vm-states. html
Is there anyone for the DPM partitions? Starting from state "terminated", which status transitions are possible? Depending on that we could map to "stopped" or "error".