From bae41715cbbbb38bd25b58ef3aff4d56634e7496 Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Thu, 7 Oct 2021 11:39:12 -0400 Subject: [PATCH] OSDOCS-2451: vSphere CSI Operator TP -> GA --- modules/persistent-storage-csi-drivers-supported.adoc | 2 +- .../persistent-storage-csi-vsphere.adoc | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/modules/persistent-storage-csi-drivers-supported.adoc b/modules/persistent-storage-csi-drivers-supported.adoc index 07c9d4a074..b2d2e6cafe 100644 --- a/modules/persistent-storage-csi-drivers-supported.adoc +++ b/modules/persistent-storage-csi-drivers-supported.adoc @@ -25,7 +25,7 @@ The following table describes the CSI drivers that are installed with {product-t |OpenShift Container Storage | ✅ | ✅ | ✅ |OpenStack Manila | ✅ | - | - |Red Hat Virtualization (oVirt) | - | - | ✅ -|VMware vSphere (Tech Preview) | - | - | - +|VMware vSphere | - | - | - |=== [IMPORTANT] diff --git a/storage/container_storage_interface/persistent-storage-csi-vsphere.adoc b/storage/container_storage_interface/persistent-storage-csi-vsphere.adoc index 4b63a1ec02..d0136184b2 100644 --- a/storage/container_storage_interface/persistent-storage-csi-vsphere.adoc +++ b/storage/container_storage_interface/persistent-storage-csi-vsphere.adoc @@ -10,14 +10,11 @@ toc::[] {product-title} can provision persistent volumes (PVs) using the Container Storage Interface (CSI) VMware vSphere driver for Virtual Machine Disk (VMDK) volumes. -:FeatureName: vSphere CSI Driver Operator -include::snippets/technology-preview.adoc[leveloffset=+1] - Familiarity with xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] and xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[configuring CSI volumes] is recommended when working with a CSI Operator and driver. -To create CSI-provisioned persistent volumes (PVs) that mount to vSphere storage assets, {product-title}, after this feature is enabled, installs the vSphere CSI Driver Operator and the vSphere CSI driver by default in the `openshift-cluster-csi-drivers` namespace. +To create CSI-provisioned persistent volumes (PVs) that mount to vSphere storage assets, {product-title} installs the vSphere CSI Driver Operator and the vSphere CSI driver by default in the `openshift-cluster-csi-drivers` namespace. -* *vSphere CSI Driver Operator*: After being enabled, the Operator provides a storage class, called `thin-csi`, that you can use to create persistent volumes claims (PVCs). The vSphere CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on-demand, eliminating the need for cluster administrators to pre-provision storage. +* *vSphere CSI Driver Operator*: The Operator provides a storage class, called `thin-csi`, that you can use to create persistent volumes claims (PVCs). The vSphere CSI Driver Operator supports dynamic volume provisioning by allowing storage volumes to be created on-demand, eliminating the need for cluster administrators to pre-provision storage. * *vSphere CSI driver*: The driver enables you to create and mount vSphere PVs. @@ -34,9 +31,5 @@ include::modules/persistent-storage-csi-about.adoc[leveloffset=+1] include::modules/persistent-storage-csi-vsphere-stor-policy.adoc[leveloffset=+1] -:FeatureName: vSphere -include::modules/persistent-storage-csi-tp-enable.adoc[leveloffset=+1] - == Additional resources -* xref:../../nodes/clusters/nodes-cluster-enabling-features.adoc#[Enabling features using feature gates] * xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]