-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fence_lpar: Handle machine that is stuck in powering off #610
Comments
Looks like when the state of machine is 'Error' it's considered powered off, and power=off command does nothing but power=on does nothing either because it's waiting for it to become powered off. |
Sounds like you might need to do some manual intervention if it's in Error-state. You can see the on/off status code-handling here: |
When the LPAR crashes it can stay in Error state. It's no possible to transition to 'Running' state from 'Error' but it's possible to power off the LPAR. Then for all parctical purposes 'Error' is an on state. Fixes: ClusterLabs#610
When the LPAR crashes it can stay in Error state. It's not possible to transition to 'Running' state from 'Error' but it's possible to power off the LPAR. Then for all parctical purposes 'Error' is an on state. Fixes: ClusterLabs#610
I think adding 'Error' to the list of 'on' states will resolve the problem. |
At least for error states that can be resolved by powering off the LPAR. |
Thanks. We'll do some testing and come back to you. |
The 'Error' state was observed after kernel panic. |
When you power off an LPAR with the fence and the machine is still in the process of powering down the on action is not successful but also not reporting an error.
The desired behaviour would be that the on-command reports that the machine is still powering off.
The text was updated successfully, but these errors were encountered: