Skip to content
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

Cannot force off a misbehaving vm. #5

Open
phibbs7 opened this issue Apr 25, 2022 · 0 comments · May be fixed by #7
Open

Cannot force off a misbehaving vm. #5

phibbs7 opened this issue Apr 25, 2022 · 0 comments · May be fixed by #7

Comments

@phibbs7
Copy link

phibbs7 commented Apr 25, 2022

When requesting a shutdown of a VM via the client, the method used by the client is shutdown() which triggers an ACPI power button press event for the VM. This method does not change it's behavior if the VM is already in the "Powering Off" state.

For a misbehaving / misconfigured VM, sending the ACPI event multiple times does nothing. The VM must be forced off, either by calling the stop() method via the API, or via the oVirt WebUI. The client continues to call shutdown() in this case.

The client should recognize a VM in the powering off state and allow the user to force off the VM by calling the stop() method. Preferably, the option to force off a VM should be directly accessible to the user.

@phibbs7 phibbs7 linked a pull request Apr 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant