Document URL: https://docs.openshift.com/container-platform/4.7/virt/virt-2-6-release-notes.html#virt-2-6-known-issues (change is needed in the 4.8 release notes, though -- not the 2.6 release notes) Describe the issue: The known issue associated with the linked BZ (https://bugzilla.redhat.com/show_bug.cgi?id=1760028) has a workaround in 2.6 that is no longer functional in 4.8 due to the removal of a config map. Suggestions for improvement: Replace the existing workaround with the following jsonpatch: ``` oc annotate --overwrite -n openshift-cnv hyperconverged kubevirt-hyperconverged kubevirt.kubevirt.io/jsonpatch='[{ "op": "add", "path": "/spec/configuration/cpuModel", "value": "<string>" }]' ``` Additional information: This change was requested as part of CNV-10277, but I am splitting it off into this bug so that CNV-10277 can move forward separately.
@pousley LGTM
Hi Israel, can you please review this PR from the QE perspective? I am not sure that I have the spacing right. PR: https://github.com/openshift/openshift-docs/pull/33981 Preview link is in the description. Thanks!
Thanks, Israel! I have now merged the PR.
The fix is now published. Closing this bug. https://docs.openshift.com/container-platform/4.8/virt/virt-4-8-release-notes.html#virt-4-8-known-issues https://access.redhat.com/documentation/en-us/openshift_container_platform/4.8/html/openshift_virtualization/virt-4-8-release-notes#virt-4-8-known-issues