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: storage/container_storage_interface/persistent-storage-csi-vsphere.adoc
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ toc::[]
8
8
9
9
== Overview
10
10
11
+
[role="_abstract"]
11
12
{product-title} can provision persistent volumes (PVs) using the Container Storage Interface (CSI) VMware vSphere driver for Virtual Machine Disk (VMDK) volumes.
12
13
13
14
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.
@@ -16,7 +17,7 @@ To create CSI-provisioned persistent volumes (PVs) that mount to vSphere storage
16
17
17
18
* *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. You can disable this default storage class if desired (see xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#persistent-storage-csi-sc-manage[Managing the default storage class]).
18
19
19
-
* *vSphere CSI driver*: The driver enables you to create and mount vSphere PVs. In {product-title} 4.20, the driver version is 3.5.0 The vSphere CSI driver supports all of the file systems supported by the underlying Red Hat Core operating system release, including XFS and Ext4. For more information about supported file systems, see link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_file_systems/overview-of-available-file-systems_managing-file-systems[Overview of available file systems].
20
+
* *vSphere CSI driver*: The driver enables you to create and mount vSphere PVs. In {product-title} 4.20, the driver version is 3.6.0 The vSphere CSI driver supports all of the file systems supported by the underlying Red Hat Core operating system release, including XFS and Ext4. For more information about supported file systems, see link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_file_systems/overview-of-available-file-systems_managing-file-systems[Overview of available file systems].
20
21
21
22
//Please update driver version as needed with each major OCP release starting with 4.13.
22
23
@@ -29,6 +30,13 @@ For new installations, {product-title} 4.13 and later provides automatic migrati
29
30
CSI automatic migration should be seamless. Migration does not change how you use all existing API objects, such as persistent volumes, persistent volume claims, and storage classes.
30
31
====
31
32
33
+
[NOTE]
34
+
====
35
+
Adding bare-metal nodes to an {product-title} cluster on vSphere is not supported. If you add bare-metal nodes, the cluster is degraded.
36
+
37
+
If you still want to add bare-metal nodess, you must remove the vSphere CSI Driver. For information about how to remove the driver and the consequences of doing this, see Section _Consequences of disabling and enabling storage on vSphere_.
0 commit comments