mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-2184: Add features to vSphere CSI Op/Dr
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
4c7c7314a4
commit
0734931890
@@ -33,7 +33,7 @@ $ oc get co storage
|
||||
[source, terminal]
|
||||
----
|
||||
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE
|
||||
storage 4.8.0-0.nightly-2021-04-30-201824 True False False 4h26m
|
||||
storage 4.9.0-0.nightly-2021-09-08-162532 True False False 4h26m
|
||||
----
|
||||
+
|
||||
* `AVAILABLE` should be "True".
|
||||
|
||||
22
modules/persistent-storage-csi-vsphere-stor-policy.adoc
Normal file
22
modules/persistent-storage-csi-vsphere-stor-policy.adoc
Normal file
@@ -0,0 +1,22 @@
|
||||
// Module included in the following assemblies:
|
||||
//
|
||||
// persistent-storage-csi-vsphere.adoc
|
||||
//
|
||||
|
||||
[id="persistent-storage-csi-vsphere-stor-policy_{context}"]
|
||||
= vSphere storage policy
|
||||
|
||||
The vSphere CSI Operator Driver storage class uses vSphere's storage policy. {product-title} automatically creates a storage policy that targets datastore configured in cloud configuration:
|
||||
[output, yaml]
|
||||
----
|
||||
kind: StorageClass
|
||||
apiVersion: storage.k8s.io/v1
|
||||
metadata:
|
||||
name: thin-csi
|
||||
provisioner: csi.vsphere.vmware.com
|
||||
parameters:
|
||||
StoragePolicyName: "$openshift-storage-policy-xxxx"
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
allowVolumeExpansion: false
|
||||
reclaimPolicy: Delete
|
||||
----
|
||||
@@ -30,11 +30,12 @@ After full migration, in-tree plug-ins will eventually be removed in future vers
|
||||
====
|
||||
|
||||
include::modules/persistent-storage-csi-about.adoc[leveloffset=+1]
|
||||
.Additional resources
|
||||
* xref:../../storage/container_storage_interface/persistent-storage-csi.adoc#persistent-storage-csi[Configuring CSI volumes]
|
||||
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user