From 2947341a773fe8339f230691471a4b5bcfc22cfe Mon Sep 17 00:00:00 2001 From: Matthew Garrell <> Date: Wed, 7 Jul 2021 11:21:52 -0400 Subject: [PATCH] CNV 12269 Adding release note for VM storage discard passthroughs BZ1977658 Changes from merge conflict CNV12269 Changes based on QE review CNV12269 Changes based on peer review CNV12269 Changes based on peer review 2 CNV12269 Changes based on peer review 3 CNV12269 Changes based on peer review 4 --- virt/virt-4-8-release-notes.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/virt/virt-4-8-release-notes.adoc b/virt/virt-4-8-release-notes.adoc index f11a1d86b5..9dc0560602 100644 --- a/virt/virt-4-8-release-notes.adoc +++ b/virt/virt-4-8-release-notes.adoc @@ -46,8 +46,6 @@ The SVVP Certification applies to: ** Intel and AMD CPUs. * The Containerized Data Importer (CDI) now uses the {product-title} xref:../networking/enable-cluster-wide-proxy.adoc#enable-cluster-wide-proxy[cluster-wide proxy configuration]. - - //CNV-12323 OpenShift Virtualization is exposing additional metrics * {VirtProductName} now provides metrics for monitoring how infrastructure resources are consumed in the cluster. You can use the {product-title} monitoring dashboard to xref:../virt/logging_events_monitoring/virt-prometheus-queries.adoc#virt-prometheus-queries[query metrics] for the following resources: + @@ -77,7 +75,9 @@ The SVVP Certification applies to: * Cloning a data volume into a different namespace is now faster and more efficient when using storage that supports Container Storage Interface (CSI) snapshots. The Containerized Data Importer (CDI) uses CSI snapshots, when they are available, to improve performance when you create a virtual machine from a template. //CNV-12269 When a VM frees space on a virtual disk the discard requests are passed to the underlying storage device which may free up real storage capacity. +* When the `fstrim` or `blkdiscard` commands are run on a virtual disk, the discard requests are passed to the underlying storage device. If the storage provider supports the Pass Discard feature, the discard requests free up storage capacity. +//CNV-12270 CDI can now automatically choose preferred accessMode and volumeMode settings when importing VM disk images. * You can now specify data volumes by using the storage API. The storage API, unlike the PVC API, allows the system to optimize `accessModes`, `volumeMode`, and storage capacity when allocating storage. //CNV-12272 It is now possible to clone virtual machine disks from a Filesystem PVC to a Block PVC and visa versa. @@ -85,7 +85,7 @@ The SVVP Certification applies to: //CNV-12273 CDI now follows the OpenShift cluster-wide proxy configuration when importing virtual machine disk images. -* You can xref:../virt/virtual_machines/virtual_disks/virt-creating-and-using-boot-sources.adoc#virt-creating-a-custom-disk-image-boot-source-web_virt-creating-and-using-boot-sources[create a custom disk image as a boot source] for any template that has a defined source by running a wizard in the {VirtProductName} console. +* You can xref:../virt/virtual_machines/virtual_disks/virt-creating-and-using-boot-sources.adoc#virt-creating-a-custom-disk-image-boot-source-web_virt-creating-and-using-boot-sources[create a custom disk image as a boot source] for any template that has a defined source by running a wizard in the {VirtProductName} console. [id="virt-4-8-web-new"] === Web console