Skip to content

Commit 2033ee2

Browse files
authored
Merge pull request #73710 from lpettyjo/OSDOCS-9499
OSDOCS-9499# RWOP TP -> GA
2 parents 4fecebd + 56d6dd8 commit 2033ee2

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

modules/storage-persistent-storage-pv.adoc

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,26 +136,24 @@ ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
136136
endif::[]
137137
|===
138138
--
139-
1. ReadWriteOncePod access mode for persistent volumes is a Technology Preview feature.
139+
1. RWOP uses the SELinux mount feature. This feature is driver dependent, and enabled by default in ODF, AWS EBS, Azure Disk, GCP PD, IBM VPC Block, Cinder, and vSphere. For third-party drivers, please contact your storage vendor.
140140
--
141-
:FeatureName: ReadWriteOncePod access mode for persistent volumes
142-
include::snippets/technology-preview.adoc[leveloffset=+1]
143141
endif::microshift[]
144142

145143
ifndef::microshift[]
146144
.Supported access modes for persistent volumes
147145
[cols=",^v,^v,^v,^v", width="100%",options="header"]
148146
|===
149-
|Volume plugin |ReadWriteOnce ^[1]^ | ReadWriteOncePod ^[2]^ |ReadOnlyMany|ReadWriteMany
150-
|AWS EBS ^[3]^ | ✅ | ✅ | - | -
147+
|Volume plugin |ReadWriteOnce ^[1]^ | ReadWriteOncePod |ReadOnlyMany|ReadWriteMany
148+
|AWS EBS ^[2]^ | ✅ | ✅ | - | -
151149
|AWS EFS | ✅ | ✅ | ✅ | ✅
152150
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
153151
|Azure File | ✅ |✅ | ✅ | ✅
154152
|Azure Disk | ✅ | ✅ | - | -
155153
//|Ceph RBD | ✅ | ✅ |✅ | -
156154
//|CephFS | ✅ | ✅ | ✅ | ✅
157155
|Cinder | ✅ | ✅ |- | -
158-
|Fibre Channel | ✅ | ✅ |✅ | ✅ ^[4]^
156+
|Fibre Channel | ✅ | ✅ |✅ | ✅ ^[3]^
159157
endif::[]
160158
ifndef::openshift-rosa[]
161159
|GCP Persistent Disk | ✅ |✅ | - | -
@@ -166,29 +164,27 @@ ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
166164
|HostPath | ✅ |✅ | - | -
167165
|{ibm-power-server-title} Disk | ✅ |✅ | ✅ | ✅
168166
|{ibm-name} VPC Disk | ✅ |✅ | - | -
169-
|iSCSI | ✅ | ✅ |✅ | ✅ ^[4]^
167+
|iSCSI | ✅ | ✅ |✅ | ✅ ^[3]^
170168
|Local volume | ✅ |✅ | - | -
171169
endif::[]
172170
|LVM Storage | ✅ | ✅ | - | -
173171
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
174172
|NFS | ✅ | ✅ |✅ | ✅
175173
|OpenStack Manila | - |✅ | - | ✅
176174
|{rh-storage-first} | ✅ |✅ | - | ✅
177-
|VMware vSphere | ✅ |✅ | - | ✅ ^[5]^
175+
|VMware vSphere | ✅ |✅ | - | ✅ ^[4]^
178176
endif::[]
179177
|===
180178
[.small]
181179
--
182180
1. ReadWriteOnce (RWO) volumes cannot be mounted on multiple nodes. If a node fails, the system does not allow the attached RWO volume to be mounted on a new node because it is already assigned to the failed node. If you encounter a multi-attach error message as a result, force delete the pod on a shutdown or crashed node to avoid data loss in critical workloads, such as when dynamic persistent volumes are attached.
183181

184-
2. ReadWriteOncePod is a Technology Preview feature.
182+
2. Use a recreate deployment strategy for pods that rely on AWS EBS.
185183

186-
3. Use a recreate deployment strategy for pods that rely on AWS EBS.
187-
188-
4. Only raw block volumes support the ReadWriteMany (RWX) access mode for Fibre Channel and iSCSI. For more information, see "Block volume support".
184+
3. Only raw block volumes support the ReadWriteMany (RWX) access mode for Fibre Channel and iSCSI. For more information, see "Block volume support".
189185

190186
ifndef::openshift-dedicated,openshift-rosa[]
191-
5. If the underlying vSphere environment supports the vSAN file service, then the vSphere Container Storage Interface (CSI) Driver Operator installed by
187+
4. If the underlying vSphere environment supports the vSAN file service, then the vSphere Container Storage Interface (CSI) Driver Operator installed by
192188
{product-title} supports provisioning of ReadWriteMany (RWX) volumes. If you do not have vSAN file service configured, and you request RWX, the volume fails to get created and an error is logged. For more information, see "Using Container Storage Interface" -> "VMware vSphere CSI Driver Operator".
193189
endif::openshift-dedicated,openshift-rosa[]
194190
// GCE Persistent Disks, or Openstack Cinder PVs.

0 commit comments

Comments
 (0)