Bug 1871229
Summary: | Windows VM template should have a tablet device by default | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Adam Litke <alitke> |
Component: | SSP | Assignee: | Karel Šimon <ksimon> |
Status: | CLOSED DUPLICATE | QA Contact: | Israel Pinto <ipinto> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 2.4.0 | CC: | cnv-qe-bugs, fdeutsch, rnetser |
Target Milestone: | --- | ||
Target Release: | 2.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-09-10 10:50:43 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
Adam Litke
2020-08-21 16:52:09 UTC
@Adam, Windows 10 templates have tablet input device: $ oc get template -n openshift win2k12r2-desktop-large-v0.11.3 -oyaml |grep -B2 tablet inputs: - bus: usb name: tablet type: tablet $ oc get template -n openshift windows10-desktop-large-v0.11.3 -oyaml |grep -B2 tablet inputs: - bus: usb name: tablet type: tablet Was the VM created from the UI? if so, is it possible that the selected workload was "server" and not "desktop"? If so, this is because of bug 1856412 (window10 + server is not a valid option but is available because the old template still exists) I tried with win10+desktopn and tablet device appears in the yaml (and win10+server, tablet device is missing) (BTW - tablet device will be added to serve templates as well) Yes, tablet devices make sense for all windows versions (desktop + server), but not high performance workoads (because USB is paying a performance price), but we also do not have the high performance template for windows. @Ruth, as long as all versions of Windows (except high performance) will receive the tablet device than I am okay with you resolving this bug as a duplicate of bug 1856412. Widnows desktop templates have tablet device. The addition of tablet device to Widnows server templates - bug 1827705. Closing this bug as duplicate of bug 1856412. *** This bug has been marked as a duplicate of bug 1856412 *** |