From 951cf2ac3279808f4c066b26a758bad993340632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Herrmann?= Date: Fri, 19 Sep 2025 17:23:42 +0200 Subject: [PATCH] OSDOCS#59719 Added RN for virt runbooks new in 4.20 Fixing up markup Capitalization tweaks Fixing indentation Applying peer review Apply suggestions from code review Co-authored-by: Pan Ousley --- .../release_notes/virt-4-20-release-notes.adoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/virt/release_notes/virt-4-20-release-notes.adoc b/virt/release_notes/virt-4-20-release-notes.adoc index 8f1f8f192b0a..a5aaec9aaf8f 100644 --- a/virt/release_notes/virt-4-20-release-notes.adoc +++ b/virt/release_notes/virt-4-20-release-notes.adoc @@ -93,7 +93,23 @@ This release adds new features and enhancements related to the following compone [id="virt-4-20-monitoring_{context}"] === Monitoring //CNV-63662 -Added documentation for the `kubevirt_vmi_vcpu_delay_seconds_total` Prometheus metric. This metric reports the time a virtual CPU (vCPU) was queued by the host scheduler but was not running. The updated documentation helps users better understand vCPU queue delays in OpenShift Virtualization environments. +* Added documentation for the `kubevirt_vmi_vcpu_delay_seconds_total` Prometheus metric. This metric reports the time a virtual CPU (vCPU) was queued by the host scheduler but was not running. The updated documentation helps users better understand vCPU queue delays in OpenShift Virtualization environments. + +//CNV-59719 +* The following xref:../../virt/monitoring/virt-runbooks.adoc#virt-runbooks[alerts for the {CNVOperatorDisplayName}] are now included in the {VirtProductName} runbooks: ++ +-- +** `HighNodeCPUFrequency` +** `VirtualMachineStuckInUnhealthyState` +** `VirtualMachineStuckOnNode` +** `PersistentVolumeFillingUp` +** `DeprecatedMachineType` +** `HCOGoldenImageWithNoSupportedArchitecture` +** `HCOGoldenImageWithNoArchitectureAnnotation` +** `HCOMultiArchGoldenImagesDisabled` +-- ++ +For a complete list of virtualization metrics, see the link:https://github.com/openshift/runbooks/tree/master/alerts/openshift-virtualization-operator[openshift/runbooks] Git repository. [id="virt-4-20-documentation_{context}"] === Documentation improvements