Bug 1755394
Summary: | [SSP] - VMI fails to start if input tablet device 'bus' attribute is not provided | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Ruth Netser <rnetser> |
Component: | Virtualization | Assignee: | Karel Šimon <ksimon> |
Status: | CLOSED ERRATA | QA Contact: | Ruth Netser <rnetser> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 2.1.0 | CC: | cnv-qe-bugs, fdeutsch, ipinto, ksimon, msivak, sgordon, sgott |
Target Milestone: | --- | ||
Target Release: | 2.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | hyperconverged-cluster-operator-container-v2.2.0-3 virt-operator-container-v2.2.0-2 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-01-30 16:27:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ruth Netser
2019-09-25 12:18:05 UTC
Martin, wdyt? This PR will fix it: https://github.com/kubevirt/kubevirt/pull/2742 Does htis bug happen with VMs created from the UI or templates? The fix was merged to upsteam kubevirt as https://github.com/kubevirt/kubevirt/pull/2742 VMI creation with input device 'tablet', but without specifying 'bus' attribute, succeeds (using the above yaml). # oc get vmi NAME AGE PHASE IP NODENAME tabletpc-empty 12m Running 10.129.1.75 working-slgsd-master-0 dumpxml - bus is using the default ('usb'): <input type='tablet' bus='usb'> <alias name='ua-tablet0'/> <address type='usb' bus='0' port='1'/> </input> Verified on: # oc get csv -n openshift-cnv NAME DISPLAY VERSION REPLACES PHASE kubevirt-hyperconverged-operator.v2.2.0 Container-native virtualization Operator 2.2.0 kubevirt-hyperconverged-operator.v2.1.0 Succeeded local-storage-operator.v4.3.3 Local Storage 4.3.3 local-storage-operator.v4.3.0 Succeeded Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0307 |