We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
Currently the VM terminate action is disabled for KVM VM's in the POWEROFF state. This should be enabled.
terminate
POWEROFF
All VM actions should be restricted based on the state of the VM. These actions are driver-specific, and should be evaluated on a per-hypervisor basis. For reference, the following state diagram can be used: https://docs.opennebula.io/6.10/integration_and_development/references/vm_states.html#vm-states
The current implementation for actions and their respective allowed states can be found at: https://github.com/OpenNebula/one/blob/master/src/fireedge/src/client/constants/vm.js
To Reproduce
Expected behavior
Sunstone should allow you to terminate a KVM VM in the POWEROFF state
Details
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently the VM
terminate
action is disabled for KVM VM's in thePOWEROFF
state. This should be enabled.All VM actions should be restricted based on the state of the VM. These actions are driver-specific, and should be evaluated on a per-hypervisor basis. For reference, the following state diagram can be used: https://docs.opennebula.io/6.10/integration_and_development/references/vm_states.html#vm-states
The current implementation for actions and their respective allowed states can be found at: https://github.com/OpenNebula/one/blob/master/src/fireedge/src/client/constants/vm.js
To Reproduce
Expected behavior
Sunstone should allow you to terminate a KVM VM in the
POWEROFF
stateDetails
Additional context
Add any other context about the problem here.
Progress Status
The text was updated successfully, but these errors were encountered: