1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #34385 from mgarrellRH/CNV12269_2

CNV-12269: Adding release note for VM storage discard passthroughs
This commit is contained in:
Pan Ousley
2021-07-13 15:54:54 -04:00
committed by GitHub

View File

@@ -75,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.