You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release_notes/ocp-4-19-release-notes.adoc
+106-1Lines changed: 106 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -889,6 +889,89 @@ With this release, the secrets store providers support using the {secrets-store-
889
889
890
890
For more information, see xref:../storage/container_storage_interface/persistent-storage-csi-secrets-store.adoc#persistent-storage-csi-secrets-store-disconnect-environment_persistent-storage-csi-secrets-store[Support for disconnected environments].
==== Azure File cross-subscription support is generally available
894
+
Cross-subscription support allows you to have an {product-title} cluster in one Azure subscription and mount your Azure file share in another Azure subscription using the Azure File Container Storage Interface (CSI) driver. The subscriptions must be in the same tenant.
895
+
896
+
This feature is generally available in {product-title} 4.19.
897
+
898
+
For more information, see xref:../storage/container_storage_interface/persistent-storage-csi-aws-efs.adoc#persistent-storage-csi-efs-cross-account_persistent-storage-csi-aws-efs[AWS EFS CSI cross account support].
Volume Attributes Classes provide a way for administrators to describe "classes" of storage they offer. Different classes might correspond to different quality-of-service levels.
903
+
904
+
Volume Attributes Classes in {product-title} 4.19 is available only with AWS Elastic Block Storage (EBS) and Google Cloud Platform (GCP) persistent disk (PD) Container Storage Interface (CSI).
905
+
906
+
You can apply a Volume Attributes Classes to a persistent volume claim (PVC). If a new Volume Attributes Class becomes available in the cluster, you can update the PVC with the new Volume Attributes Classes if needed.
907
+
908
+
Volume Attributes Classes have parameters that describe volumes belonging to them. If a parameter is omitted, the default is used at volume provisioning. If a user applies the PVC with a different Volume Attributes Class with omitted parameters, the default value of the parameters might be used depending on the CSI driver implementation. For more information, see the related CSI driver documentation.
909
+
910
+
Volume Attributes Classes is available in {product-title} 4.19 with Technology Preview status.
911
+
912
+
For more information, see xref:..//storage/understanding-persistent-storage.adoc#storage-persistent-storage-pvc-volumeattributesclass_understanding-persistent-storage[Volume Attributes Classes].
==== New CLI command to show PVC usage (Technology Preview)
916
+
{product-title} 4.19 introduces a new command to view persistent volume claim usage. This feature has Technology Preview status.
917
+
918
+
For more information, see xref:../storage/understanding-persistent-storage.adoc#pvc-cli-command-usage_understanding-persistent-storage[Viewing PVC usage statistics].
==== CSI volume resizing recovery is generally available
922
+
Previously, you might expand a persistent volume claim (PVC) to a size that is not supported by the underlying storage provider. In this case, the expansion controller typically tries forever to expand the volume and keeps failing.
923
+
924
+
This new feature allows you to recover and provide another resize value for the PVC. Resizing recovery is supported as generally available in {product-title} 4.19.
925
+
926
+
For more information about resizing volumes, see xref:../storage/expanding-persistent-volumes.adoc[Expanding persistent volumes].
927
+
928
+
For more information about recovering when resizing volumes, see xref:../storage/expanding-persistent-volumes.adoc#expanding-recovering-from-failure_expanding-persistent-volumes[Recovering from failure when expanding volumes].
==== Support for resizing vSphere in-tree migrated volumes is generally available
932
+
Previously, VMware vSphere persistent volumes that were migrated from in-tree to Container Storage Interface (CSI) could not be resized. With {product-title} 4.19, resizing migrated volumes is supported. This feature is generally available.
933
+
934
+
For more information about resizing volumes, see xref:../storage/expanding-persistent-volumes.adoc[Expanding persistent volumes].
==== Disabling and enabling storage on vSphere is generally available
938
+
Cluster administrators might want to disable the VMWare vSphere Container Storage Interface (CSI) Driver as a Day 2 operation, so the vSphere CSI Driver does not interface with your vSphere setup.
939
+
940
+
This features was introduced in {product-title} 4.17 with Technology Preview status. This feature is now supported as generally available in {product-title} 4.19.
941
+
942
+
For more information, see xref:../storage/container_storage_interface/persistent-storage-csi-vsphere.adoc#persistent-storage-csi-vsphere-disable-storage-overview_persistent-storage-csi-vsphere[Disabling and enabling storage on vSphere].
==== Increasing the maximum number of volumes per node for vSphere (Technology Preview)
946
+
For VMware vSphere version 7, {product-title} restricts the maximum number of volumes per node to 59.
947
+
948
+
However, with {product-title} 4.19 for vSphere version 8 or later, you can increase the allowable number of volumes per node to a maximum of 255. Otherwise, the default value remains at 59.
949
+
950
+
This feature has Technology Preview status.
951
+
952
+
For more information, see xref:../storage/container_storage_interface/persistent-storage-csi-vsphere.adoc#persistent-storage-csi-vsphere-increase-max-vols-per-node-overview_persistent-storage-csi-vsphere[Increasing maximum volumes per node for vSphere].
==== Migrating CNS volumes between datastores for vSphere is fully supported
956
+
If you are running out of space in your current datastore, or want to move to a more performant datastore, you can migrate VMware vSphere Cloud Native Storage (CNS) volumes between datastores. This applies to both attached and detached volumes.
957
+
958
+
{product-title} now fully supports migration of CNS volume using the vCenter UI. Migrated volumes should work
959
+
as expected and should not result in non-functional persistent volumes. CNS volumes can also be migrated while in use by pods.
960
+
961
+
This feature was introduced as a Development Preview in {product-title} 4.17, but is now fully supported in 4.19.
962
+
963
+
Migrating CNS volumes between datastores requires VMware vSphere 8.0.2 or later or vSphere 7.0 Update 3o or later.
964
+
965
+
For more information, see xref:../storage/container_storage_interface/persistent-storage-csi-vsphere.adoc#persistent-storage-csi-vsphere-migrating-cns-vols-between-datastores_persistent-storage-csi-vsphere[Migrating CNS volumes between datastores for vSphere].
==== NFS export options for Filestore storage class is generally available.
969
+
By default, a Filestore instance grants root level read/write access to all clients that share the same Google Cloud project and virtual private cloud (VPC) network. Network File System (NFS) export options can limit this access to certain IP ranges and specific user/group IDs for the Filestore instance. When creating a storage class, you can set these options using the `nfs-export-options-on-create` parameter.
970
+
971
+
NFS export options is supported as generally available in {product-title} 4.19.
972
+
973
+
For more information, see xref:..//storage/container_storage_interface/persistent-storage-csi-google-cloud-file.adoc#persistent-storage-csi-gcp-filestore-nfs-export-options_persistent-storage-csi-google-cloud-file[NFS export options].
974
+
892
975
[id="ocp-release-notes-web-console_{context}"]
893
976
=== Web console
894
977
@@ -1163,6 +1246,11 @@ In the following tables, features are marked with the following statuses:
1163
1246
|====
1164
1247
|Feature |4.17 |4.18 |4.19
1165
1248
1249
+
|Persistent storage using FlexVolume
1250
+
|Deprecated
1251
+
|Deprecated
1252
+
|Deprecated
1253
+
1166
1254
|AliCloud Disk CSI Driver Operator
1167
1255
|Removed
1168
1256
|Removed
@@ -2093,6 +2181,11 @@ In the following tables, features are marked with the following statuses:
2093
2181
|Technology Preview
2094
2182
|Technology Preview
2095
2183
2184
+
|Azure File cross-subscription support
2185
+
|Not Available
2186
+
|Not Available
2187
+
|General Availability
2188
+
2096
2189
|Shared Resources CSI Driver in OpenShift Builds
2097
2190
|Technology Preview
2098
2191
|Technology Preview
@@ -2116,6 +2209,11 @@ In the following tables, features are marked with the following statuses:
2116
2209
|Disabling/enabling storage on vSphere
2117
2210
|Technology Preview
2118
2211
|Technology Preview
2212
+
|General Availability
2213
+
2214
+
|Increasing max number of volumes per node for vSphere
2215
+
|Not Available
2216
+
|Not Available
2119
2217
|Technology Preview
2120
2218
2121
2219
|RWX/RWO SELinux Mount
@@ -2126,7 +2224,7 @@ In the following tables, features are marked with the following statuses:
2126
2224
|Migrating CNS Volumes Between Datastores
2127
2225
|Developer Preview
2128
2226
|Developer Preview
2129
-
|Developer Preview
2227
+
|General Availability
2130
2228
2131
2229
|CSI volume group snapshots
2132
2230
|Not Available
@@ -2147,6 +2245,11 @@ In the following tables, features are marked with the following statuses:
2147
2245
|Not Available
2148
2246
|General Availability
2149
2247
|General Availability
2248
+
2249
+
|Volume Attribute Classes
2250
+
|Not Available
2251
+
|Not Available
2252
+
|Technology Preview
2150
2253
|====
2151
2254
2152
2255
[discrete]
@@ -2194,6 +2297,8 @@ To save the `vmcore` file, use the `crashkernel` setting to reserve 1024 MB of m
* NFS volumes exported from VMWare vSAN Files cannot be mounted by clusters running {product-title} 4.19 due to RHEL-83435. To avoid this issue, ensure that you are running VMWare ESXi and vSAN at the latest patch versions of 8.0 P05, or later. (link:https://issues.redhat.com/browse/OCPBUGS-55978[OCPBUGS-55978])
0 commit comments