Skip to content

Commit 4168575

Browse files
committed
CNV#57754_04: Misc 4.20 RN Fixes
1 parent 4290c37 commit 4168575

File tree

1 file changed

+15
-28
lines changed

1 file changed

+15
-28
lines changed

virt/release_notes/virt-4-20-release-notes.adoc

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ This release adds new features and enhancements related to the following compone
6464
//CNV-43322 Release notes:TP to GA OCI
6565
* Installing {VirtProductName} on {oci-first-no-rt} is now generally available. For more information, see link:https://access.redhat.com/articles/7118050[{VirtProductName} and Oracle Cloud Infrastructure known issues and limitations] in the Red{nbsp}Hat Knowledgebase, and link:https://github.com/oracle-quickstart/oci-openshift/blob/main/docs/openshift-virtualization.md[Installing {VirtProductName} on OCI] on GitHub.
6666

67-
[id="virt-4-20-infrastructure_{context}"]
68-
=== Infrastructure
67+
//[id="virt-4-20-infrastructure_{context}"]
68+
//=== Infrastructure
6969

7070
[id="virt-4-20-virtualization_{context}"]
7171
=== Virtualization
@@ -82,8 +82,8 @@ This release adds new features and enhancements related to the following compone
8282
//CNV-52857 and CNV-56324
8383
* xref:../../virt/vm_networking/virt-setting-interface-link-state.adoc#virt-setting-interface-link-state[Managing the link state of a virtual machine interface] is now generally available. In previous releases this was a Technology Preview feature.
8484

85-
[id="virt-4-20-storage_{context}"]
86-
=== Storage
85+
//[id="virt-4-20-storage_{context}"]
86+
//=== Storage
8787

8888
[id="virt-4-20-web_{context}"]
8989
=== Web console
@@ -101,11 +101,11 @@ Added documentation for the `kubevirt_vmi_vcpu_delay_seconds_total` Prometheus m
101101
//CNV-67575
102102
The guest agent ping probe is now generally available (GA). Previously, this feature was provided as a Technology Preview. It has been fully tested and is now supported for production use.
103103

104-
[id="virt-4-20-documentation_{context}"]
105-
=== Documentation improvements
104+
//[id="virt-4-20-documentation_{context}"]
105+
//=== Documentation improvements
106106

107-
[id="virt-4-20-notable-technical-changes_{context}"]
108-
=== Notable technical changes
107+
//[id="virt-4-20-notable-technical-changes_{context}"]
108+
//=== Notable technical changes
109109

110110

111111
[id="virt-4-20-deprecated-removed_{context}"]
@@ -160,11 +160,9 @@ link:https://access.redhat.com/support/offerings/techpreview[Technology Preview
160160
[id="virt-4-20-known-issues_{context}"]
161161
== Known issues
162162

163-
[discrete]
164-
[id="virt-4-20-ki-monitoring_{context}"]
165-
=== Monitoring
163+
//[id="virt-4-20-ki-monitoring_{context}"]
164+
//=== Monitoring
166165

167-
[discrete]
168166
[id="virt-4-20-ki-networking_{context}"]
169167
=== Networking
170168

@@ -177,18 +175,15 @@ link:https://access.redhat.com/support/offerings/techpreview[Technology Preview
177175
** As a workaround, when installing {SMProductShortName} for integration with {VirtProductName}, select version 3.0.4 and Istio 1.24.4 instead of the default versions that are displayed in the web console.
178176

179177

180-
[discrete]
181178
[id="virt-4-20-ki-nodes_{context}"]
182179
==== Nodes
183180

184181
//CNV-38543: According to Stu, this remains an issue in 4.20
185182
* Uninstalling {VirtProductName} does not remove the `feature.node.kubevirt.io` node labels created by {VirtProductName}. You must remove the labels manually. (link:https://issues.redhat.com/browse/CNV-38543[*CNV-38543*])
186183

187-
[discrete]
188-
[id="virt-4-20-ki-storage_{context}"]
189-
==== Storage
184+
//[id="virt-4-20-ki-storage_{context}"]
185+
//==== Storage
190186

191-
[discrete]
192187
[id="virt-4-20-ki-virtualization_{context}"]
193188
=== Virtualization
194189

@@ -199,11 +194,9 @@ link:https://access.redhat.com/support/offerings/techpreview[Technology Preview
199194
* {VirtProductName} links a service account token in use by a pod to that specific pod. {VirtProductName} implements a service account volume by creating a disk image that contains a token. If you migrate a VM, then the service account volume becomes invalid. (link:https://issues.redhat.com/browse/CNV-33835[*CNV-33835*])
200195
** As a workaround, use user accounts rather than service accounts because user account tokens are not bound to a specific pod.
201196

202-
[discrete]
203-
[id="virt-4-20-ki-webconsole_{context}"]
204-
=== Web console
197+
//[id="virt-4-20-ki-webconsole_{context}"]
198+
//=== Web console
205199

206-
[discrete]
207200
[id="virt-4-20-ki-ibm-z_{context}"]
208201
=== {ibm-z-title} and {ibm-linuxone-title}
209202

@@ -213,17 +206,11 @@ include::snippets/technology-preview.adoc[]
213206
:!FeatureName:
214207
endif::[]
215208

216-
// cnv-61957 - GPU devices should not be shown in UI
217-
* GPU devices appear in the *Hardware Devices* list for s390x VMs, but GPU support is not available for s390x architecture. You can disregard these list entries. (link:https://issues.redhat.com/browse/CNV-61957[CNV-61957])
218-
219209
// ocpbugs-51113 - ballooning call traces
220210
* When you create a VM by using {op-system-base-full} container disk images for s390x architecture, call traces referencing `virtio_balloon` free page reporting print to the VM console. This is due to a kernel bug. (link:https://issues.redhat.com/browse/OCPBUGS-51113[OCPBUGS-51113])
221211
** As a workaround, disable memory ballooning for the VM by adding the following parameter to the VM YAML configuration: `spec.domain.devices.autoattachMemBalloon: false`.
222212
+
223213
You can also disable free page reporting of memory ballooning for all new VMs. To do so, edit the `HyperConverged` CR and add the parameter `spec.virtualMachineOptions.disableFreePageReporting: true`.
224214

225-
// cnv-56889 - boot mode
215+
// CNV-56889: Matan indicated this will remain in 4.20 but is targeted for 4.21
226216
* VMs based on s390x architecture can only use the *IPL* boot mode. However, in the {product-title} web console, the *Boot mode* list for s390x VMs incorrectly includes *BIOS*, *UEFI*, and *UEFI (secure)* boot modes. If you select one of these modes for an s390x-based VM, the operation fails. (link:https://issues.redhat.com/browse/CNV-56889[CNV-56889])
227-
228-
// cnv-56890 - threads
229-
* In the {product-title} web console, it is erroneously possible to define multiple CPU threads for a VM based on s390x architecture. If you define multiple CPU threads, the VM enters a `CrashLoopBackOff` state with the `qemu-kvm: S390 does not support more than 1 threads` error. (link:https://issues.redhat.com/browse/CNV-56890[CNV-56890])

0 commit comments

Comments
 (0)