You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users will fail to power on the VM with ipmitool power on command. There's no relevant logs shown in the corresponding virtbmc Pod.
If the VM is already in the running state, it cannot be powered off via ipmitool power off either. Same "unsupported command" output returned by the tool.
To Reproduce
Steps to reproduce the behavior:
Prepare a Linux box
Install RKE2
Install KubeVirt
Deploy KubeVirtBMC
Create a VirtualMachine with .spec.running field defined
Try to power on the VM using ipmitool
Expected behavior
Users should be able to power on and off the
Screenshots
Environment (please complete the following information):
OS: Ubuntu 22.04
Kubernetes version: v1.28.11+rke2r1
KubeVirt version: v1.1.0
KubeVirtBMC version: v0.3.0
Additional context
We only handle power on and off commands with VM RunStrategy. We better also have .spec.running taken into account.
The text was updated successfully, but these errors were encountered:
Describe the bug
Given the following VirtualMachine object defined:
Users will fail to power on the VM with
ipmitool power on
command. There's no relevant logs shown in the correspondingvirtbmc
Pod.If the VM is already in the running state, it cannot be powered off via
ipmitool power off
either. Same "unsupported command" output returned by the tool.To Reproduce
Steps to reproduce the behavior:
.spec.running
field definedipmitool
Expected behavior
Users should be able to power on and off the
Screenshots
Environment (please complete the following information):
Additional context
We only handle power on and off commands with VM RunStrategy. We better also have
.spec.running
taken into account.The text was updated successfully, but these errors were encountered: